#690812

Color #690812 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #690812

Tints of Pohutukawa #690812

Color information

#690812 (or 0x690812) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 12. RGB value is (105,8,18). Sum of RGB (Red+Green+Blue) = 105+8+18=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #690812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690812 is #96F7ED. Grayscale: #262626. Windows color (decimal): -9893870 or 1181801. OLE color: 1181801.

HSL color Cylindrical-coordinate representation of color #690812: hue angle of 353.81º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690812 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB105818-
CMYK00.920.830.59
HSL353.81º85.84%22.16%-
HSV(B)353.81º92.38%41.18%-
XYZ6.023.220.88-
YUV38.14116.64175.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 80.15%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=80.15%
G=6.11%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10581800.920.830.59353.8185.8422.16
Hex6981205C533B1625616
Octal151102201341237354212626
Binary1101001100010010010111001010011111011101100010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690812; }

 p { color: rgb(105,8,18); }

 H1.HeaderClassName
 {
   color: #690812;
 }
 .AnyTagClassName
 {
   color: #690812;
 }
</style>
background-color css

<style>
 a { background-color: #690812; }

 a { background-color: rgb(105,8,18); }

 div.DivClassName
 {
   background-color: #690812;
 }
 .BgClassName
 {
   background-color: #690812;
 }
</style>
border-color css

<style>
 span { border-color: #690812; }

 span { border-color: rgb(105,8,18); }

 td.TdClassName
 {
   border-color: #690812;
 }
 .TagClassName
 {
   border-color: #690812;
 }
</style>