Html Css Color HEX #602920 Caput Mortuum

📋 copy color: '#602920'

red 96 ◦ green 41 ◦ blue 32

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

Shades of Caput Mortuum #602920

Tints of Caput Mortuum #602920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

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

R = 56.8%
G = 24.26%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602920 (or 0x602920) is known color: Caput Mortuum. HEX triplet: 60, 29 and 20. RGB value is (96,41,32). Sum of RGB (Red+Green+Blue) = 96+41+32=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602920 is #9FD6DF. Grayscale: #383838. Windows color (decimal): -10475232 or 2107744. OLE color: 2107744.

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

Color convert

RGB 96 41 32 -
CMYK 0 0.57 0.67 0.62
HSL 8.44º 0.5% 0.25% -
HSV(B) 8.44º 0.67% 0.38% -
XYZ 5.88 4.18 1.86 -
YUV 56.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 96 41 32 0 0.57 0.67 0.62 8.44 0.5 0.25
Hex 60 29 20 0 39 43 3E 8 32 19
Octal 140 51 40 0 71 103 76 10 62 31
Binary 1100000 101001 100000 0 111001 1000011 111110 1000 110010 11001

Color Harmonies of #602920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602920

Black with #602920

Text Example


Text Example

White with #602920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602920; }

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

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

background-color css

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

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

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

border-color css

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

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

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