Html Css Color HEX #602012 Caput Mortuum

📋 copy color: '#602012'

red 96 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #602012

Tints of Caput Mortuum #602012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

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

R = 65.75%
G = 21.92%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#602012 (or 0x602012) is known color: Caput Mortuum. HEX triplet: 60, 20 and 12. RGB value is (96,32,18). Sum of RGB (Red+Green+Blue) = 96+32+18=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602012 is #9FDFED. Grayscale: #313131. Windows color (decimal): -10477550 or 1187936. OLE color: 1187936.

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

Color convert

RGB 96 32 18 -
CMYK 0 0.67 0.81 0.62
HSL 10.77º 0.68% 0.22% -
HSV(B) 10.77º 0.81% 0.38% -
XYZ 5.45 3.56 0.97 -
YUV 49.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 96 32 18 0 0.67 0.81 0.62 10.77 0.68 0.22
Hex 60 20 12 0 43 51 3E B 44 16
Octal 140 40 22 0 103 121 76 13 104 26
Binary 1100000 100000 10010 0 1000011 1010001 111110 1011 1000100 10110

Color Harmonies of #602012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602012

Black with #602012

Text Example


Text Example

White with #602012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602012; }

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

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

background-color css

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

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

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

border-color css

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

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

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