#612917

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

Shades of Caput Mortuum #612917

Tints of Caput Mortuum #612917

Color information

#612917 (or 0x612917) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 17. RGB value is (97,41,23). Sum of RGB (Red+Green+Blue) = 97+41+23=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612917 is #9ED6E8. Grayscale: #373737. Windows color (decimal): -10409705 or 1517921. OLE color: 1517921.

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

Color convert

RGB974123-
CMYK00.580.760.62
HSL14.59º61.67%23.53%-
HSV(B)14.59º76.29%38.04%-
XYZ5.884.191.31-
YUV55.69109.55157.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=60.25%
G=25.47%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97412300.580.760.6214.5961.6723.53
Hex61291703A4C3Ef3e18
Octal141512707211476177630
Binary11000011010011011101110101001100111110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612917; }

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

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

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

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

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

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

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

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