Html Css Color HEX #602A18 Caput Mortuum

📋 copy color: '#602A18'

red 96 ◦ green 42 ◦ blue 24

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

Shades of Caput Mortuum #602A18

Tints of Caput Mortuum #602A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 59.26%
G = 25.93%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#602A18 (or 0x602A18) is known color: Caput Mortuum. HEX triplet: 60, 2A and 18. RGB value is (96,42,24). Sum of RGB (Red+Green+Blue) = 96+42+24=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A18 is #9FD5E7. Grayscale: #383838. Windows color (decimal): -10474984 or 1583712. OLE color: 1583712.

HSL color Cylindrical-coordinate representation of color #602A18: hue angle of 15º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602A18 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 24 -
CMYK 0 0.56 0.75 0.62
HSL 15º 0.6% 0.24% -
HSV(B) 15º 0.75% 0.38% -
XYZ 5.82 4.21 1.37 -
YUV 56.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 96 42 24 0 0.56 0.75 0.62 15 0.6 0.24
Hex 60 2A 18 0 38 4B 3E F 3C 18
Octal 140 52 30 0 70 113 76 17 74 30
Binary 1100000 101010 11000 0 111000 1001011 111110 1111 111100 11000

Color Harmonies of #602A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A18

Black with #602A18

Text Example


Text Example

White with #602A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602A18; }

 p { color: rgb(96,42,24); }

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

background-color css

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

 a { background-color: rgb(96,42,24); }

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

border-color css

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

 span { border-color: rgb(96,42,24); }

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