Html Css Color HEX #602415 Caput Mortuum

📋 copy color: '#602415'

red 96 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #602415

Tints of Caput Mortuum #602415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.53%

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

R = 62.75%
G = 23.53%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602415 (or 0x602415) is known color: Caput Mortuum. HEX triplet: 60, 24 and 15. RGB value is (96,36,21). Sum of RGB (Red+Green+Blue) = 96+36+21=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #602415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602415 is #9FDBEA. Grayscale: #343434. Windows color (decimal): -10476523 or 1385568. OLE color: 1385568.

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

Color convert

RGB 96 36 21 -
CMYK 0 0.62 0.78 0.62
HSL 12º 0.64% 0.23% -
HSV(B) 12º 0.78% 0.38% -
XYZ 5.59 3.8 1.15 -
YUV 52.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 96 36 21 0 0.62 0.78 0.62 12 0.64 0.23
Hex 60 24 15 0 3E 4E 3E C 40 17
Octal 140 44 25 0 76 116 76 14 100 27
Binary 1100000 100100 10101 0 111110 1001110 111110 1100 1000000 10111

Color Harmonies of #602415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602415

Black with #602415

Text Example


Text Example

White with #602415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602415; }

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

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

background-color css

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

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

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

border-color css

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

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

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