Html Css Color HEX #612012 Caput Mortuum

📋 copy color: '#612012'

red 97 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #612012

Tints of Caput Mortuum #612012

RGB

 RED value IS 97 (38.28% from 255) = 65.99%

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

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

R = 65.99%
G = 21.77%
B = 12.24%

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

#612012 (or 0x612012) is known color: Caput Mortuum. HEX triplet: 61, 20 and 12. RGB value is (97,32,18). Sum of RGB (Red+Green+Blue) = 97+32+18=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #612012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612012 is #9EDFED. Grayscale: #313131. Windows color (decimal): -10412014 or 1187937. OLE color: 1187937.

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

Color convert

RGB 97 32 18 -
CMYK 0 0.67 0.81 0.62
HSL 10.63º 0.69% 0.23% -
HSV(B) 10.63º 0.81% 0.38% -
XYZ 5.56 3.62 0.98 -
YUV 49.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 97 32 18 0 0.67 0.81 0.62 10.63 0.69 0.23
Hex 61 20 12 0 43 51 3E B 45 17
Octal 141 40 22 0 103 121 76 13 105 27
Binary 1100001 100000 10010 0 1000011 1010001 111110 1011 1000101 10111

Color Harmonies of #612012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612012

Black with #612012

Text Example


Text Example

White with #612012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612012; }

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

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

background-color css

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

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

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

border-color css

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

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

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