#602217

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

Shades of Caput Mortuum #602217

Tints of Caput Mortuum #602217

Color information

#602217 (or 0x602217) is unknown color: approx Caput Mortuum. HEX triplet: 60, 22 and 17. RGB value is (96,34,23). Sum of RGB (Red+Green+Blue) = 96+34+23=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #602217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602217 is #9FDDE8. Grayscale: #333333. Windows color (decimal): -10477033 or 1516128. OLE color: 1516128.

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

Color convert

RGB963423-
CMYK00.650.760.62
HSL9.04º61.34%23.33%-
HSV(B)9.04º76.04%37.65%-
XYZ5.553.691.23-
YUV51.28112.04159.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=62.75%
G=22.22%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96342300.650.760.629.0461.3423.33
Hex6022170414C3E93d17
Octal1404227010111476117527
Binary110000010001010111010000011001100111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602217; }

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

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

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

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

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

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

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

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