#600E17

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

Shades of Pohutukawa #600E17

Tints of Pohutukawa #600E17

Color information

#600E17 (or 0x600E17) is unknown color: approx Pohutukawa. HEX triplet: 60, 0E and 17. RGB value is (96,14,23). Sum of RGB (Red+Green+Blue) = 96+14+23=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E17 is #9FF1E8. Grayscale: #272727. Windows color (decimal): -10482153 or 1511008. OLE color: 1511008.

HSL color Cylindrical-coordinate representation of color #600E17: hue angle of 353.41º 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 #600E17 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB961423-
CMYK00.850.760.62
HSL353.41º74.55%21.57%-
HSV(B)353.41º85.42%37.65%-
XYZ5.142.861.09-
YUV39.54118.67168.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.18%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=72.18%
G=10.53%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96142300.850.760.62353.4174.5521.57
Hex60E170554C3E1614b16
Octal140162701251147654111326
Binary1100000111010111010101011001100111110101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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