Html Css Color HEX #602215 Caput Mortuum

📋 copy color: '#602215'

red 96 ◦ green 34 ◦ blue 21

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

Shades of Caput Mortuum #602215

Tints of Caput Mortuum #602215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 63.58%
G = 22.52%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602215 (or 0x602215) is known color: Caput Mortuum. HEX triplet: 60, 22 and 15. RGB value is (96,34,21). Sum of RGB (Red+Green+Blue) = 96+34+21=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #602215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602215 is #9FDDEA. Grayscale: #333333. Windows color (decimal): -10477035 or 1385056. OLE color: 1385056.

HSL color Cylindrical-coordinate representation of color #602215: hue angle of 10.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602215 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 34 21 -
CMYK 0 0.65 0.78 0.62
HSL 10.4º 0.64% 0.23% -
HSV(B) 10.4º 0.78% 0.38% -
XYZ 5.53 3.68 1.13 -
YUV 51.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 96 34 21 0 0.65 0.78 0.62 10.4 0.64 0.23
Hex 60 22 15 0 41 4E 3E A 40 17
Octal 140 42 25 0 101 116 76 12 100 27
Binary 1100000 100010 10101 0 1000001 1001110 111110 1010 1000000 10111

Color Harmonies of #602215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602215

Black with #602215

Text Example


Text Example

White with #602215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602215; }

 p { color: rgb(96,34,21); }

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

background-color css

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

 a { background-color: rgb(96,34,21); }

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

border-color css

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

 span { border-color: rgb(96,34,21); }

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