#600811

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

Shades of Pohutukawa #600811

Tints of Pohutukawa #600811

Color information

#600811 (or 0x600811) is unknown color: approx Pohutukawa. HEX triplet: 60, 08 and 11. RGB value is (96,8,17). Sum of RGB (Red+Green+Blue) = 96+8+17=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600811 is #9FF7EE. Grayscale: #232323. Windows color (decimal): -10483695 or 1116256. OLE color: 1116256.

HSL color Cylindrical-coordinate representation of color #600811: hue angle of 353.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600811 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB96817-
CMYK00.920.820.62
HSL353.86º84.62%20.39%-
HSV(B)353.86º91.67%37.65%-
XYZ5.012.70.79-
YUV35.34117.65171.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=79.34%
G=6.61%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9681700.920.820.62353.8684.6220.39
Hex6081105C523E1625514
Octal140102101341227654212524
Binary1100000100010001010111001010010111110101100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600811; }

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

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

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

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

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

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

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

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