#600E19

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

Shades of Pohutukawa #600E19

Tints of Pohutukawa #600E19

Color information

#600E19 (or 0x600E19) is unknown color: approx Pohutukawa. HEX triplet: 60, 0E and 19. RGB value is (96,14,25). Sum of RGB (Red+Green+Blue) = 96+14+25=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E19 is #9FF1E6. Grayscale: #272727. Windows color (decimal): -10482151 or 1642080. OLE color: 1642080.

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

Color convert

RGB961425-
CMYK00.850.740.62
HSL351.95º74.55%21.57%-
HSV(B)351.95º85.42%37.65%-
XYZ5.162.871.2-
YUV39.77119.67168.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=71.11%
G=10.37%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96142500.850.740.62351.9574.5521.57
Hex60E190554A3E1604b16
Octal140163101251127654011326
Binary1100000111011001010101011001010111110101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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