#602815

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

Shades of Caput Mortuum #602815

Tints of Caput Mortuum #602815

Color information

#602815 (or 0x602815) is unknown color: approx Caput Mortuum. HEX triplet: 60, 28 and 15. RGB value is (96,40,21). Sum of RGB (Red+Green+Blue) = 96+40+21=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #602815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602815 is #9FD7EA. Grayscale: #363636. Windows color (decimal): -10475499 or 1386592. OLE color: 1386592.

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

Color convert

RGB964021-
CMYK00.580.780.62
HSL15.2º64.1%22.94%-
HSV(B)15.2º78.12%37.65%-
XYZ5.724.061.19-
YUV54.58109.05157.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=61.15%
G=25.48%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96402100.580.780.6215.264.122.94
Hex60281503A4E3Ef4017
Octal1405025072116761710027
Binary110000010100010101011101010011101111101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602815; }

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

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

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

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

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

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

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

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