#602D21

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

Shades of Caput Mortuum #602D21

Tints of Caput Mortuum #602D21

Color information

#602D21 (or 0x602D21) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2D and 21. RGB value is (96,45,33). Sum of RGB (Red+Green+Blue) = 96+45+33=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D21 is #9FD2DE. Grayscale: #3A3A3A. Windows color (decimal): -10474207 or 2174304. OLE color: 2174304.

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

Color convert

RGB964533-
CMYK00.530.660.62
HSL11.43º48.84%25.29%-
HSV(B)11.43º65.62%37.65%-
XYZ6.044.471.98-
YUV58.88113.4154.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=55.17%
G=25.86%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96453300.530.660.6211.4348.8425.29
Hex602D21035423Eb3119
Octal140554106510276136131
Binary110000010110110000101101011000010111110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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