Html Css Color HEX #602412 Caput Mortuum

📋 copy color: '#602412'

red 96 ◦ green 36 ◦ blue 18

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

Shades of Caput Mortuum #602412

Tints of Caput Mortuum #602412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12%

R = 64%
G = 24%
B = 12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#602412 (or 0x602412) is known color: Caput Mortuum. HEX triplet: 60, 24 and 12. RGB value is (96,36,18). Sum of RGB (Red+Green+Blue) = 96+36+18=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602412 is #9FDBED. Grayscale: #343434. Windows color (decimal): -10476526 or 1188960. OLE color: 1188960.

HSL color Cylindrical-coordinate representation of color #602412: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602412 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 36 18 -
CMYK 0 0.62 0.81 0.62
HSL 13.85º 0.68% 0.22% -
HSV(B) 13.85º 0.81% 0.38% -
XYZ 5.56 3.79 1.01 -
YUV 51.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 96 36 18 0 0.62 0.81 0.62 13.85 0.68 0.22
Hex 60 24 12 0 3E 51 3E E 44 16
Octal 140 44 22 0 76 121 76 16 104 26
Binary 1100000 100100 10010 0 111110 1010001 111110 1110 1000100 10110

Color Harmonies of #602412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602412

Black with #602412

Text Example


Text Example

White with #602412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602412; }

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

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

background-color css

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

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

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

border-color css

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

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

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