#612815

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

Shades of Caput Mortuum #612815

Tints of Caput Mortuum #612815

Color information

#612815 (or 0x612815) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 15. RGB value is (97,40,21). Sum of RGB (Red+Green+Blue) = 97+40+21=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612815 is #9ED7EA. Grayscale: #373737. Windows color (decimal): -10409963 or 1386593. OLE color: 1386593.

HSL color Cylindrical-coordinate representation of color #612815: hue angle of 15º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612815 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB974021-
CMYK00.590.780.62
HSL15º64.41%23.14%-
HSV(B)15º78.35%38.04%-
XYZ5.824.111.2-
YUV54.88108.88158.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=61.39%
G=25.32%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402100.590.780.621564.4123.14
Hex61281503B4E3Ef4017
Octal1415025073116761710027
Binary110000110100010101011101110011101111101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612815; }

 p { color: rgb(97,40,21); }

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

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

 a { background-color: rgb(97,40,21); }

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

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

 span { border-color: rgb(97,40,21); }

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