#602721

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

Shades of Caput Mortuum #602721

Tints of Caput Mortuum #602721

Color information

#602721 (or 0x602721) is unknown color: approx Caput Mortuum. HEX triplet: 60, 27 and 21. RGB value is (96,39,33). Sum of RGB (Red+Green+Blue) = 96+39+33=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602721 is #9FD8DE. Grayscale: #373737. Windows color (decimal): -10475743 or 2172768. OLE color: 2172768.

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

Color convert

RGB963933-
CMYK00.590.660.62
HSL5.71º48.84%25.29%-
HSV(B)5.71º65.62%37.65%-
XYZ5.824.051.91-
YUV55.36115.38156.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=57.14%
G=23.21%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96393300.590.660.625.7148.8425.29
Hex60272103B423E63119
Octal14047410731027666131
Binary11000001001111000010111011100001011111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602721; }

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

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

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

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

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

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

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

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