#600A11

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

Shades of Pohutukawa #600A11

Tints of Pohutukawa #600A11

Color information

#600A11 (or 0x600A11) is unknown color: approx Pohutukawa. HEX triplet: 60, 0A and 11. RGB value is (96,10,17). Sum of RGB (Red+Green+Blue) = 96+10+17=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #600A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A11 is #9FF5EE. Grayscale: #242424. Windows color (decimal): -10483183 or 1116768. OLE color: 1116768.

HSL color Cylindrical-coordinate representation of color #600A11: hue angle of 355.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A11 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB961017-
CMYK00.900.820.62
HSL355.12º81.13%20.78%-
HSV(B)355.12º89.58%37.65%-
XYZ5.032.740.79-
YUV36.51116.99170.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=78.05%
G=8.13%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96101700.900.820.62355.1281.1320.78
Hex60A1105A523E1635115
Octal140122101321227654312125
Binary1100000101010001010110101010010111110101100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,10,17); }

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

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

 a { background-color: rgb(96,10,17); }

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

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

 span { border-color: rgb(96,10,17); }

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