Html Css Color HEX #602011 Caput Mortuum

📋 copy color: '#602011'

red 96 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #602011

Tints of Caput Mortuum #602011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 66.21%
G = 22.07%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#602011 (or 0x602011) is known color: Caput Mortuum. HEX triplet: 60, 20 and 11. RGB value is (96,32,17). Sum of RGB (Red+Green+Blue) = 96+32+17=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #602011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602011 is #9FDFEE. Grayscale: #313131. Windows color (decimal): -10477551 or 1122400. OLE color: 1122400.

HSL color Cylindrical-coordinate representation of color #602011: hue angle of 11.39º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602011 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 17 -
CMYK 0 0.67 0.82 0.62
HSL 11.39º 0.7% 0.22% -
HSV(B) 11.39º 0.82% 0.38% -
XYZ 5.44 3.56 0.93 -
YUV 49.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 96 32 17 0 0.67 0.82 0.62 11.39 0.7 0.22
Hex 60 20 11 0 43 52 3E B 46 16
Octal 140 40 21 0 103 122 76 13 106 26
Binary 1100000 100000 10001 0 1000011 1010010 111110 1011 1000110 10110

Color Harmonies of #602011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602011

Black with #602011

Text Example


Text Example

White with #602011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602011; }

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

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

background-color css

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

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

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

border-color css

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

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

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