#612616

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

Shades of Caput Mortuum #612616

Tints of Caput Mortuum #612616

Color information

#612616 (or 0x612616) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 16. RGB value is (97,38,22). Sum of RGB (Red+Green+Blue) = 97+38+22=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612616 is #9ED9E9. Grayscale: #353535. Windows color (decimal): -10410474 or 1451617. OLE color: 1451617.

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

Color convert

RGB973822-
CMYK00.610.770.62
HSL12.8º63.03%23.33%-
HSV(B)12.8º77.32%38.04%-
XYZ5.773.991.22-
YUV53.82110.05158.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=61.78%
G=24.20%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382200.610.770.6212.863.0323.33
Hex61261603D4D3Ed3f17
Octal141462607511576157727
Binary11000011001101011001111011001101111110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612616; }

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

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

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

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

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

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

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

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