#612211

Color #612211 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #612211

Tints of Caput Mortuum #612211

Color information

#612211 (or 0x612211) is unknown color: approx Caput Mortuum. HEX triplet: 61, 22 and 11. RGB value is (97,34,17). Sum of RGB (Red+Green+Blue) = 97+34+17=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #612211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612211 is #9EDDEE. Grayscale: #333333. Windows color (decimal): -10411503 or 1122913. OLE color: 1122913.

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

Color convert

RGB973417-
CMYK00.650.820.62
HSL12.75º70.18%22.35%-
HSV(B)12.75º82.47%38.04%-
XYZ5.63.730.95-
YUV50.9108.87160.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=65.54%
G=22.97%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97341700.650.820.6212.7570.1822.35
Hex612211041523Ed4616
Octal14142210101122761510626
Binary1100001100010100010100000110100101111101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612211; }

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

 H1.HeaderClassName
 {
   color: #612211;
 }
 .AnyTagClassName
 {
   color: #612211;
 }
</style>
background-color css

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

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

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

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

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

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