#602011

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

Shades of Caput Mortuum #602011

Tints of Caput Mortuum #602011

Color information

#602011 (or 0x602011) is unknown color: approx Caput Mortuum. HEX triplet: 60, 20 and 11. RGB value is (96,32,17). Sum of RGB (Red+Green+Blue) = 96+32+17=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #602011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602011 is #9FDFEE. Grayscale: #313131. Windows color (decimal): -10477551 or 1122400. OLE color: 1122400.

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

Color convert

RGB963217-
CMYK00.670.820.62
HSL11.39º69.91%22.16%-
HSV(B)11.39º82.29%37.65%-
XYZ5.443.560.93-
YUV49.43109.7161.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=66.21%
G=22.07%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96321700.670.820.6211.3969.9122.16
Hex602011043523Eb4616
Octal14040210103122761310626
Binary1100000100000100010100001110100101111101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602011; }

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

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

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

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

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

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

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

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