#612817

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

Shades of Caput Mortuum #612817

Tints of Caput Mortuum #612817

Color information

#612817 (or 0x612817) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 17. RGB value is (97,40,23). Sum of RGB (Red+Green+Blue) = 97+40+23=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #612817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612817 is #9ED7E8. Grayscale: #373737. Windows color (decimal): -10409961 or 1517665. OLE color: 1517665.

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

Color convert

RGB974023-
CMYK00.590.760.62
HSL13.78º61.67%23.53%-
HSV(B)13.78º76.29%38.04%-
XYZ5.844.121.3-
YUV55.1109.88157.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=60.62%
G=25%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402300.590.760.6213.7861.6723.53
Hex61281703B4C3Ee3e18
Octal141502707311476167630
Binary11000011010001011101110111001100111110111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612817; }

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

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

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

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

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

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

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

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