#612418

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

Shades of Caput Mortuum #612418

Tints of Caput Mortuum #612418

Color information

#612418 (or 0x612418) is unknown color: approx Caput Mortuum. HEX triplet: 61, 24 and 18. RGB value is (97,36,24). Sum of RGB (Red+Green+Blue) = 97+36+24=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612418 is #9EDBE7. Grayscale: #343434. Windows color (decimal): -10410984 or 1582177. OLE color: 1582177.

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

Color convert

RGB973624-
CMYK00.630.750.62
HSL9.86º60.33%23.73%-
HSV(B)9.86º75.26%38.04%-
XYZ5.733.871.31-
YUV52.87111.71159.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=61.78%
G=22.93%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97362400.630.750.629.8660.3323.73
Hex61241803F4B3Ea3c18
Octal141443007711376127430
Binary11000011001001100001111111001011111110101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612418; }

 p { color: rgb(97,36,24); }

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

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

 a { background-color: rgb(97,36,24); }

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

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

 span { border-color: rgb(97,36,24); }

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