#602816

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

Shades of Caput Mortuum #602816

Tints of Caput Mortuum #602816

Color information

#602816 (or 0x602816) is unknown color: approx Caput Mortuum. HEX triplet: 60, 28 and 16. RGB value is (96,40,22). Sum of RGB (Red+Green+Blue) = 96+40+22=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #602816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602816 is #9FD7E9. Grayscale: #363636. Windows color (decimal): -10475498 or 1452128. OLE color: 1452128.

HSL color Cylindrical-coordinate representation of color #602816: hue angle of 14.59º 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 #602816 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB964022-
CMYK00.580.770.62
HSL14.59º62.71%23.14%-
HSV(B)14.59º77.08%37.65%-
XYZ5.734.061.24-
YUV54.69109.55157.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=60.76%
G=25.32%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96402200.580.770.6214.5962.7123.14
Hex60281603A4D3Ef3f17
Octal140502607211576177727
Binary11000001010001011001110101001101111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602816; }

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

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

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

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

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

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

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

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