Html Css Color HEX #602513 Caput Mortuum

📋 copy color: '#602513'

red 96 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #602513

Tints of Caput Mortuum #602513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 63.16%
G = 24.34%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#602513 (or 0x602513) is known color: Caput Mortuum. HEX triplet: 60, 25 and 13. RGB value is (96,37,19). Sum of RGB (Red+Green+Blue) = 96+37+19=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602513 is #9FDAEC. Grayscale: #343434. Windows color (decimal): -10476269 or 1254752. OLE color: 1254752.

HSL color Cylindrical-coordinate representation of color #602513: hue angle of 14.03º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602513 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 19 -
CMYK 0 0.61 0.80 0.62
HSL 14.03º 0.67% 0.23% -
HSV(B) 14.03º 0.8% 0.38% -
XYZ 5.6 3.86 1.07 -
YUV 52.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 96 37 19 0 0.61 0.80 0.62 14.03 0.67 0.23
Hex 60 25 13 0 3D 50 3E E 43 17
Octal 140 45 23 0 75 120 76 16 103 27
Binary 1100000 100101 10011 0 111101 1010000 111110 1110 1000011 10111

Color Harmonies of #602513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602513

Black with #602513

Text Example


Text Example

White with #602513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602513; }

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

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

background-color css

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

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

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

border-color css

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

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

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