Html Css Color HEX #602613 Caput Mortuum

📋 copy color: '#602613'

red 96 ◦ green 38 ◦ blue 19

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

Shades of Caput Mortuum #602613

Tints of Caput Mortuum #602613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

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

R = 62.75%
G = 24.84%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#602613 (or 0x602613) is known color: Caput Mortuum. HEX triplet: 60, 26 and 13. RGB value is (96,38,19). Sum of RGB (Red+Green+Blue) = 96+38+19=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #602613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602613 is #9FD9EC. Grayscale: #353535. Windows color (decimal): -10476013 or 1255008. OLE color: 1255008.

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

Color convert

RGB 96 38 19 -
CMYK 0 0.60 0.80 0.62
HSL 14.81º 0.67% 0.23% -
HSV(B) 14.81º 0.8% 0.38% -
XYZ 5.63 3.92 1.08 -
YUV 53.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 96 38 19 0 0.60 0.80 0.62 14.81 0.67 0.23
Hex 60 26 13 0 3C 50 3E F 43 17
Octal 140 46 23 0 74 120 76 17 103 27
Binary 1100000 100110 10011 0 111100 1010000 111110 1111 1000011 10111

Color Harmonies of #602613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602613

Black with #602613

Text Example


Text Example

White with #602613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602613; }

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

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

background-color css

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

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

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

border-color css

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

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

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