#612617

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

Shades of Caput Mortuum #612617

Tints of Caput Mortuum #612617

Color information

#612617 (or 0x612617) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 17. RGB value is (97,38,23). Sum of RGB (Red+Green+Blue) = 97+38+23=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #612617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612617 is #9ED9E8. Grayscale: #363636. Windows color (decimal): -10410473 or 1517153. OLE color: 1517153.

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

Color convert

RGB973823-
CMYK00.610.760.62
HSL12.16º61.67%23.53%-
HSV(B)12.16º76.29%38.04%-
XYZ5.783.991.28-
YUV53.93110.55158.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=61.39%
G=24.05%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97382300.610.760.6212.1661.6723.53
Hex61261703D4C3Ec3e18
Octal141462707511476147630
Binary11000011001101011101111011001100111110110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612617; }

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

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

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

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

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

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

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

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