#602D20

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

Shades of Caput Mortuum #602D20

Tints of Caput Mortuum #602D20

Color information

#602D20 (or 0x602D20) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2D and 20. RGB value is (96,45,32). Sum of RGB (Red+Green+Blue) = 96+45+32=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D20 is #9FD2DF. Grayscale: #3A3A3A. Windows color (decimal): -10474208 or 2108768. OLE color: 2108768.

HSL color Cylindrical-coordinate representation of color #602D20: hue angle of 12.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602D20 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB964532-
CMYK00.530.670.62
HSL12.19º50%25.1%-
HSV(B)12.19º66.67%37.65%-
XYZ6.024.471.91-
YUV58.77112.9154.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=55.49%
G=26.01%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96453200.530.670.6212.195025.1
Hex602D20035433Ec3219
Octal140554006510376146231
Binary110000010110110000001101011000011111110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D20; }

 p { color: rgb(96,45,32); }

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

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

 a { background-color: rgb(96,45,32); }

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

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

 span { border-color: rgb(96,45,32); }

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