#602B21

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

Shades of Caput Mortuum #602B21

Tints of Caput Mortuum #602B21

Color information

#602B21 (or 0x602B21) is unknown color: approx Caput Mortuum. HEX triplet: 60, 2B and 21. RGB value is (96,43,33). Sum of RGB (Red+Green+Blue) = 96+43+33=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B21 is #9FD4DE. Grayscale: #393939. Windows color (decimal): -10474719 or 2173792. OLE color: 2173792.

HSL color Cylindrical-coordinate representation of color #602B21: hue angle of 9.52º 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 #602B21 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB964333-
CMYK00.550.660.62
HSL9.52º48.84%25.29%-
HSV(B)9.52º65.62%37.65%-
XYZ5.964.321.96-
YUV57.71114.06155.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=55.81%
G=25%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96433300.550.660.629.5248.8425.29
Hex602B21037423Ea3119
Octal140534106710276126131
Binary110000010101110000101101111000010111110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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