#612316

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

Shades of Caput Mortuum #612316

Tints of Caput Mortuum #612316

Color information

#612316 (or 0x612316) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 16. RGB value is (97,35,22). Sum of RGB (Red+Green+Blue) = 97+35+22=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612316 is #9EDCE9. Grayscale: #343434. Windows color (decimal): -10411242 or 1450849. OLE color: 1450849.

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

Color convert

RGB973522-
CMYK00.640.770.62
HSL10.4º63.03%23.33%-
HSV(B)10.4º77.32%38.04%-
XYZ5.683.81.19-
YUV52.06111.04160.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=62.99%
G=22.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352200.640.770.6210.463.0323.33
Hex6123160404D3Ea3f17
Octal1414326010011576127727
Binary110000110001110110010000001001101111110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612316; }

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

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

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

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

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

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

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

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