#600C17

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

Shades of Pohutukawa #600C17

Tints of Pohutukawa #600C17

Color information

#600C17 (or 0x600C17) is unknown color: approx Pohutukawa. HEX triplet: 60, 0C and 17. RGB value is (96,12,23). Sum of RGB (Red+Green+Blue) = 96+12+23=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C17 is #9FF3E8. Grayscale: #262626. Windows color (decimal): -10482665 or 1510496. OLE color: 1510496.

HSL color Cylindrical-coordinate representation of color #600C17: hue angle of 352.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C17 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB961223-
CMYK00.880.760.62
HSL352.14º77.78%21.18%-
HSV(B)352.14º87.5%37.65%-
XYZ5.112.811.08-
YUV38.37119.33169.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=73.28%
G=9.16%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96122300.880.760.62352.1477.7821.18
Hex60C170584C3E1604e15
Octal140142701301147654011625
Binary1100000110010111010110001001100111110101100000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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