#612210

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

Shades of Caput Mortuum #612210

Tints of Caput Mortuum #612210

Color information

#612210 (or 0x612210) is unknown color: approx Caput Mortuum. HEX triplet: 61, 22 and 10. RGB value is (97,34,16). Sum of RGB (Red+Green+Blue) = 97+34+16=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #612210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612210 is #9EDDEF. Grayscale: #323232. Windows color (decimal): -10411504 or 1057377. OLE color: 1057377.

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

Color convert

RGB973416-
CMYK00.650.840.62
HSL13.33º71.68%22.16%-
HSV(B)13.33º83.51%38.04%-
XYZ5.63.720.91-
YUV50.78108.37160.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=65.99%
G=23.13%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97341600.650.840.6213.3371.6822.16
Hex612210041543Ed4816
Octal14142200101124761511026
Binary1100001100010100000100000110101001111101101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612210; }

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

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

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

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

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

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

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

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