#602116

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

Shades of Caput Mortuum #602116

Tints of Caput Mortuum #602116

Color information

#602116 (or 0x602116) is unknown color: approx Caput Mortuum. HEX triplet: 60, 21 and 16. RGB value is (96,33,22). Sum of RGB (Red+Green+Blue) = 96+33+22=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602116 is #9FDEE9. Grayscale: #323232. Windows color (decimal): -10477290 or 1450336. OLE color: 1450336.

HSL color Cylindrical-coordinate representation of color #602116: hue angle of 8.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602116 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB963322-
CMYK00.660.770.62
HSL8.92º62.71%23.14%-
HSV(B)8.92º77.08%37.65%-
XYZ5.513.631.17-
YUV50.58111.87160.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=63.58%
G=21.85%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96332200.660.770.628.9262.7123.14
Hex6021160424D3E93f17
Octal1404126010211576117727
Binary110000010000110110010000101001101111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602116; }

 p { color: rgb(96,33,22); }

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

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

 a { background-color: rgb(96,33,22); }

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

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

 span { border-color: rgb(96,33,22); }

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