Html Css Color HEX #612216 Caput Mortuum

📋 copy color: '#612216'

red 97 ◦ green 34 ◦ blue 22

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

Shades of Caput Mortuum #612216

Tints of Caput Mortuum #612216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 63.4%
G = 22.22%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612216 (or 0x612216) is known color: Caput Mortuum. HEX triplet: 61, 22 and 16. RGB value is (97,34,22). Sum of RGB (Red+Green+Blue) = 97+34+22=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612216 is #9EDDE9. Grayscale: #333333. Windows color (decimal): -10411498 or 1450593. OLE color: 1450593.

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

Color convert

RGB 97 34 22 -
CMYK 0 0.65 0.77 0.62
HSL 9.6º 0.63% 0.23% -
HSV(B) 9.6º 0.77% 0.38% -
XYZ 5.65 3.74 1.18 -
YUV 51.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 97 34 22 0 0.65 0.77 0.62 9.6 0.63 0.23
Hex 61 22 16 0 41 4D 3E A 3F 17
Octal 141 42 26 0 101 115 76 12 77 27
Binary 1100001 100010 10110 0 1000001 1001101 111110 1010 111111 10111

Color Harmonies of #612216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612216

Black with #612216

Text Example


Text Example

White with #612216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612216; }

 p { color: rgb(97,34,22); }

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

background-color css

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

 a { background-color: rgb(97,34,22); }

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

border-color css

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

 span { border-color: rgb(97,34,22); }

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