#600812

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

Shades of Pohutukawa #600812

Tints of Pohutukawa #600812

Color information

#600812 (or 0x600812) is unknown color: approx Pohutukawa. HEX triplet: 60, 08 and 12. RGB value is (96,8,18). Sum of RGB (Red+Green+Blue) = 96+8+18=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600812 is #9FF7ED. Grayscale: #232323. Windows color (decimal): -10483694 or 1181792. OLE color: 1181792.

HSL color Cylindrical-coordinate representation of color #600812: hue angle of 353.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600812 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB96818-
CMYK00.920.810.62
HSL353.18º84.62%20.39%-
HSV(B)353.18º91.67%37.65%-
XYZ5.022.70.83-
YUV35.45118.15171.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=78.69%
G=6.56%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9681800.920.810.62353.1884.6220.39
Hex6081205C513E1615514
Octal140102201341217654112524
Binary1100000100010010010111001010001111110101100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600812; }

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

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

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

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

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

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

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

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