Html Css Color HEX #602B20 Caput Mortuum

📋 copy color: '#602B20'

red 96 ◦ green 43 ◦ blue 32

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

Shades of Caput Mortuum #602B20

Tints of Caput Mortuum #602B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.15%

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

R = 56.14%
G = 25.15%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602B20 (or 0x602B20) is known color: Caput Mortuum. HEX triplet: 60, 2B and 20. RGB value is (96,43,32). Sum of RGB (Red+Green+Blue) = 96+43+32=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B20 is #9FD4DF. Grayscale: #393939. Windows color (decimal): -10474720 or 2108256. OLE color: 2108256.

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

Color convert

RGB 96 43 32 -
CMYK 0 0.55 0.67 0.62
HSL 10.31º 0.5% 0.25% -
HSV(B) 10.31º 0.67% 0.38% -
XYZ 5.95 4.32 1.89 -
YUV 57.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 96 43 32 0 0.55 0.67 0.62 10.31 0.5 0.25
Hex 60 2B 20 0 37 43 3E A 32 19
Octal 140 53 40 0 67 103 76 12 62 31
Binary 1100000 101011 100000 0 110111 1000011 111110 1010 110010 11001

Color Harmonies of #602B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B20

Black with #602B20

Text Example


Text Example

White with #602B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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