#602317

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

Shades of Caput Mortuum #602317

Tints of Caput Mortuum #602317

Color information

#602317 (or 0x602317) is unknown color: approx Caput Mortuum. HEX triplet: 60, 23 and 17. RGB value is (96,35,23). Sum of RGB (Red+Green+Blue) = 96+35+23=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602317 is #9FDCE8. Grayscale: #333333. Windows color (decimal): -10476777 or 1516384. OLE color: 1516384.

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

Color convert

RGB963523-
CMYK00.640.760.62
HSL9.86º61.34%23.33%-
HSV(B)9.86º76.04%37.65%-
XYZ5.583.751.24-
YUV51.87111.71159.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=62.34%
G=22.73%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96352300.640.760.629.8661.3423.33
Hex6023170404C3Ea3d17
Octal1404327010011476127527
Binary110000010001110111010000001001100111110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602317; }

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

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

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

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

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

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

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

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