#600916

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

Shades of Pohutukawa #600916

Tints of Pohutukawa #600916

Color information

#600916 (or 0x600916) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 16. RGB value is (96,9,22). Sum of RGB (Red+Green+Blue) = 96+9+22=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600916 is #9FF6E9. Grayscale: #242424. Windows color (decimal): -10483434 or 1444192. OLE color: 1444192.

HSL color Cylindrical-coordinate representation of color #600916: hue angle of 351.03º 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 #600916 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB96922-
CMYK00.910.770.62
HSL351.03º82.86%20.59%-
HSV(B)351.03º90.62%37.65%-
XYZ5.072.741.02-
YUV36.5119.82170.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=75.59%
G=7.09%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9692200.910.770.62351.0382.8620.59
Hex6091605B4D3E15f5315
Octal140112601331157653712325
Binary1100000100110110010110111001101111110101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600916; }

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

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

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

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

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

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

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

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