#602718

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

Shades of Caput Mortuum #602718

Tints of Caput Mortuum #602718

Color information

#602718 (or 0x602718) is unknown color: approx Caput Mortuum. HEX triplet: 60, 27 and 18. RGB value is (96,39,24). Sum of RGB (Red+Green+Blue) = 96+39+24=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #602718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602718 is #9FD8E7. Grayscale: #363636. Windows color (decimal): -10475752 or 1582944. OLE color: 1582944.

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

Color convert

RGB963924-
CMYK00.590.750.62
HSL12.5º60%23.53%-
HSV(B)12.5º75%37.65%-
XYZ5.7141.34-
YUV54.33110.88157.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=60.38%
G=24.53%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96392400.590.750.6212.56023.53
Hex60271803B4B3Ed3c18
Octal140473007311376157430
Binary11000001001111100001110111001011111110110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602718; }

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

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

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

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

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

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

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

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