Html Css Color HEX #602820 Caput Mortuum

📋 copy color: '#602820'

red 96 ◦ green 40 ◦ blue 32

#602820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #602820

Tints of Caput Mortuum #602820

RGB

 RED value IS 96 (37.89% from 255) = 57.14%

 GREEN value IS 40 (16.02% from 255) = 23.81%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 57.14%
G = 23.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602820 (or 0x602820) is known color: Caput Mortuum. HEX triplet: 60, 28 and 20. RGB value is (96,40,32). Sum of RGB (Red+Green+Blue) = 96+40+32=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602820 is #9FD7DF. Grayscale: #373737. Windows color (decimal): -10475488 or 2107488. OLE color: 2107488.

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

Color convert

RGB 96 40 32 -
CMYK 0 0.58 0.67 0.62
HSL 7.5º 0.5% 0.25% -
HSV(B) 7.5º 0.67% 0.38% -
XYZ 5.84 4.11 1.85 -
YUV 55.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 96 40 32 0 0.58 0.67 0.62 7.5 0.5 0.25
Hex 60 28 20 0 3A 43 3E 8 32 19
Octal 140 50 40 0 72 103 76 10 62 31
Binary 1100000 101000 100000 0 111010 1000011 111110 1000 110010 11001

Color Harmonies of #602820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602820

Black with #602820

Text Example


Text Example

White with #602820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602820; }

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

 H1.HeaderClassName
 {
   color: #602820;
 }
 .AnyTagClassName
 {
   color: #602820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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