#600E16

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

Shades of Pohutukawa #600E16

Tints of Pohutukawa #600E16

Color information

#600E16 (or 0x600E16) is unknown color: approx Pohutukawa. HEX triplet: 60, 0E and 16. RGB value is (96,14,22). Sum of RGB (Red+Green+Blue) = 96+14+22=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E16 is #9FF1E9. Grayscale: #272727. Windows color (decimal): -10482154 or 1445472. OLE color: 1445472.

HSL color Cylindrical-coordinate representation of color #600E16: hue angle of 354.15º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E16 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB961422-
CMYK00.850.770.62
HSL354.15º74.55%21.57%-
HSV(B)354.15º85.42%37.65%-
XYZ5.132.861.04-
YUV39.43118.17168.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=72.73%
G=10.61%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96142200.850.770.62354.1574.5521.57
Hex60E160554D3E1624b16
Octal140162601251157654211326
Binary1100000111010110010101011001101111110101100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600E16; }

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

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

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

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

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

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

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

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