Html Css Color HEX #602418 Caput Mortuum

📋 copy color: '#602418'

red 96 ◦ green 36 ◦ blue 24

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

Shades of Caput Mortuum #602418

Tints of Caput Mortuum #602418

RGB

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

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

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

R = 61.54%
G = 23.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#602418 (or 0x602418) is known color: Caput Mortuum. HEX triplet: 60, 24 and 18. RGB value is (96,36,24). Sum of RGB (Red+Green+Blue) = 96+36+24=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602418 is #9FDBE7. Grayscale: #343434. Windows color (decimal): -10476520 or 1582176. OLE color: 1582176.

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

Color convert

RGB 96 36 24 -
CMYK 0 0.62 0.75 0.62
HSL 10º 0.6% 0.24% -
HSV(B) 10º 0.75% 0.38% -
XYZ 5.62 3.81 1.3 -
YUV 52.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 96 36 24 0 0.62 0.75 0.62 10 0.6 0.24
Hex 60 24 18 0 3E 4B 3E A 3C 18
Octal 140 44 30 0 76 113 76 12 74 30
Binary 1100000 100100 11000 0 111110 1001011 111110 1010 111100 11000

Color Harmonies of #602418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602418

Black with #602418

Text Example


Text Example

White with #602418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602418; }

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

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

background-color css

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

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

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

border-color css

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

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

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