#602417

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

Shades of Caput Mortuum #602417

Tints of Caput Mortuum #602417

Color information

#602417 (or 0x602417) is unknown color: approx Caput Mortuum. HEX triplet: 60, 24 and 17. RGB value is (96,36,23). Sum of RGB (Red+Green+Blue) = 96+36+23=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602417 is #9FDBE8. Grayscale: #343434. Windows color (decimal): -10476521 or 1516640. OLE color: 1516640.

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

Color convert

RGB963623-
CMYK00.620.760.62
HSL10.68º61.34%23.33%-
HSV(B)10.68º76.04%37.65%-
XYZ5.613.811.25-
YUV52.46111.38159.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=61.94%
G=23.23%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96362300.620.760.6210.6861.3423.33
Hex60241703E4C3Eb3d17
Octal140442707611476137527
Binary11000001001001011101111101001100111110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602417; }

 p { color: rgb(96,36,23); }

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

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

 a { background-color: rgb(96,36,23); }

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

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

 span { border-color: rgb(96,36,23); }

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