#612116

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

Shades of Caput Mortuum #612116

Tints of Caput Mortuum #612116

Color information

#612116 (or 0x612116) is unknown color: approx Caput Mortuum. HEX triplet: 61, 21 and 16. RGB value is (97,33,22). Sum of RGB (Red+Green+Blue) = 97+33+22=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612116 is #9EDEE9. Grayscale: #323232. Windows color (decimal): -10411754 or 1450337. OLE color: 1450337.

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

Color convert

RGB973322-
CMYK00.660.770.62
HSL8.8º63.03%23.33%-
HSV(B)8.8º77.32%38.04%-
XYZ5.623.691.17-
YUV50.88111.7160.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=63.82%
G=21.71%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97332200.660.770.628.863.0323.33
Hex6121160424D3E93f17
Octal1414126010211576117727
Binary110000110000110110010000101001101111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612116; }

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

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

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

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

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

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

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

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