#600E1A

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

Shades of Pohutukawa #600E1A

Tints of Pohutukawa #600E1A

Color information

#600E1A (or 0x600E1A) is unknown color: approx Pohutukawa. HEX triplet: 60, 0E and 1A. RGB value is (96,14,26). Sum of RGB (Red+Green+Blue) = 96+14+26=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E1A is #9FF1E5. Grayscale: #272727. Windows color (decimal): -10482150 or 1707616. OLE color: 1707616.

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

Color convert

RGB961426-
CMYK00.850.730.62
HSL351.22º74.55%21.57%-
HSV(B)351.22º85.42%37.65%-
XYZ5.172.881.26-
YUV39.89120.17168.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.59%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=70.59%
G=10.29%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96142600.850.730.62351.2274.5521.57
Hex60E1A055493E15f4b16
Octal140163201251117653711326
Binary1100000111011010010101011001001111110101011111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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