#612416

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

Shades of Caput Mortuum #612416

Tints of Caput Mortuum #612416

Color information

#612416 (or 0x612416) is unknown color: approx Caput Mortuum. HEX triplet: 61, 24 and 16. RGB value is (97,36,22). Sum of RGB (Red+Green+Blue) = 97+36+22=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612416 is #9EDBE9. Grayscale: #343434. Windows color (decimal): -10410986 or 1451105. OLE color: 1451105.

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

Color convert

RGB973622-
CMYK00.630.770.62
HSL11.2º63.03%23.33%-
HSV(B)11.2º77.32%38.04%-
XYZ5.713.861.2-
YUV52.64110.71159.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=62.58%
G=23.23%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97362200.630.770.6211.263.0323.33
Hex61241603F4D3Eb3f17
Octal141442607711576137727
Binary11000011001001011001111111001101111110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612416; }

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

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

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

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

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

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

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

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