Html Css Color HEX #602515 Caput Mortuum

📋 copy color: '#602515'

red 96 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #602515

Tints of Caput Mortuum #602515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 62.34%
G = 24.03%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602515 (or 0x602515) is known color: Caput Mortuum. HEX triplet: 60, 25 and 15. RGB value is (96,37,21). Sum of RGB (Red+Green+Blue) = 96+37+21=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602515 is #9FDAEA. Grayscale: #343434. Windows color (decimal): -10476267 or 1385824. OLE color: 1385824.

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

Color convert

RGB 96 37 21 -
CMYK 0 0.61 0.78 0.62
HSL 12.8º 0.64% 0.23% -
HSV(B) 12.8º 0.78% 0.38% -
XYZ 5.62 3.86 1.16 -
YUV 52.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 96 37 21 0 0.61 0.78 0.62 12.8 0.64 0.23
Hex 60 25 15 0 3D 4E 3E D 40 17
Octal 140 45 25 0 75 116 76 15 100 27
Binary 1100000 100101 10101 0 111101 1001110 111110 1101 1000000 10111

Color Harmonies of #602515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602515

Black with #602515

Text Example


Text Example

White with #602515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602515; }

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

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

background-color css

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

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

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

border-color css

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

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

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