#602518

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

Shades of Caput Mortuum #602518

Tints of Caput Mortuum #602518

Color information

#602518 (or 0x602518) is unknown color: approx Caput Mortuum. HEX triplet: 60, 25 and 18. RGB value is (96,37,24). Sum of RGB (Red+Green+Blue) = 96+37+24=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #602518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602518 is #9FDAE7. Grayscale: #353535. Windows color (decimal): -10476264 or 1582432. OLE color: 1582432.

HSL color Cylindrical-coordinate representation of color #602518: hue angle of 10.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602518 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB963724-
CMYK00.610.750.62
HSL10.83º60%23.53%-
HSV(B)10.83º75%37.65%-
XYZ5.653.881.31-
YUV53.16111.55158.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=61.15%
G=23.57%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96372400.610.750.6210.836023.53
Hex60251803D4B3Eb3c18
Octal140453007511376137430
Binary11000001001011100001111011001011111110101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602518; }

 p { color: rgb(96,37,24); }

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

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

 a { background-color: rgb(96,37,24); }

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

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

 span { border-color: rgb(96,37,24); }

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