#612819

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

Shades of Caput Mortuum #612819

Tints of Caput Mortuum #612819

Color information

#612819 (or 0x612819) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 19. RGB value is (97,40,25). Sum of RGB (Red+Green+Blue) = 97+40+25=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #612819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612819 is #9ED7E6. Grayscale: #373737. Windows color (decimal): -10409959 or 1648737. OLE color: 1648737.

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

Color convert

RGB974025-
CMYK00.590.740.62
HSL12.5º59.02%23.92%-
HSV(B)12.5º74.23%38.04%-
XYZ5.864.131.41-
YUV55.33110.88157.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=59.88%
G=24.69%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402500.590.740.6212.559.0223.92
Hex61281903B4A3Ed3b18
Octal141503107311276157330
Binary11000011010001100101110111001010111110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612819; }

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

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

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

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

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

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

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

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