#612916

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

Shades of Caput Mortuum #612916

Tints of Caput Mortuum #612916

Color information

#612916 (or 0x612916) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 16. RGB value is (97,41,22). Sum of RGB (Red+Green+Blue) = 97+41+22=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #612916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612916 is #9ED6E9. Grayscale: #373737. Windows color (decimal): -10409706 or 1452385. OLE color: 1452385.

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

Color convert

RGB974122-
CMYK00.580.770.62
HSL15.2º63.03%23.33%-
HSV(B)15.2º77.32%38.04%-
XYZ5.874.191.26-
YUV55.58109.05157.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=60.62%
G=25.62%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97412200.580.770.6215.263.0323.33
Hex61291603A4D3Ef3f17
Octal141512607211576177727
Binary11000011010011011001110101001101111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612916; }

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

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

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

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

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

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

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

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