#602620

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

Shades of Caput Mortuum #602620

Tints of Caput Mortuum #602620

Color information

#602620 (or 0x602620) is unknown color: approx Caput Mortuum. HEX triplet: 60, 26 and 20. RGB value is (96,38,32). Sum of RGB (Red+Green+Blue) = 96+38+32=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602620 is #9FD9DF. Grayscale: #363636. Windows color (decimal): -10476000 or 2106976. OLE color: 2106976.

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

Color convert

RGB963832-
CMYK00.600.670.62
HSL5.63º50%25.1%-
HSV(B)5.63º66.67%37.65%-
XYZ5.783.981.83-
YUV54.66115.22157.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=57.83%
G=22.89%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96383200.600.670.625.635025.1
Hex60262003C433E63219
Octal14046400741037666231
Binary11000001001101000000111100100001111111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602620; }

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

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

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

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

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

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

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

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