#600912

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

Shades of Pohutukawa #600912

Tints of Pohutukawa #600912

Color information

#600912 (or 0x600912) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 12. RGB value is (96,9,18). Sum of RGB (Red+Green+Blue) = 96+9+18=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #600912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600912 is #9FF6ED. Grayscale: #242424. Windows color (decimal): -10483438 or 1182048. OLE color: 1182048.

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

Color convert

RGB96918-
CMYK00.910.810.62
HSL353.79º82.86%20.59%-
HSV(B)353.79º90.62%37.65%-
XYZ5.032.730.83-
YUV36.04117.82170.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=78.05%
G=7.32%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691800.910.810.62353.7982.8620.59
Hex6091205B513E1625315
Octal140112201331217654212325
Binary1100000100110010010110111010001111110101100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600912; }

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

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

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

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

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

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

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

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