#600F14

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

Shades of Pohutukawa #600F14

Tints of Pohutukawa #600F14

Color information

#600F14 (or 0x600F14) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 14. RGB value is (96,15,20). Sum of RGB (Red+Green+Blue) = 96+15+20=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F14 is #9FF0EB. Grayscale: #272727. Windows color (decimal): -10481900 or 1314656. OLE color: 1314656.

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

Color convert

RGB961520-
CMYK00.840.790.62
HSL356.3º72.97%21.76%-
HSV(B)356.3º84.38%37.65%-
XYZ5.122.880.95-
YUV39.79116.84168.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=73.28%
G=11.45%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96152000.840.790.62356.372.9721.76
Hex60F140544F3E1644916
Octal140172401241177654411126
Binary1100000111110100010101001001111111110101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,15,20); }

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

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

 a { background-color: rgb(96,15,20); }

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

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

 span { border-color: rgb(96,15,20); }

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