#612822

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

Shades of Caput Mortuum #612822

Tints of Caput Mortuum #612822

Color information

#612822 (or 0x612822) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 22. RGB value is (97,40,34). Sum of RGB (Red+Green+Blue) = 97+40+34=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612822 is #9ED7DD. Grayscale: #383838. Windows color (decimal): -10409950 or 2238561. OLE color: 2238561.

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

Color convert

RGB974034-
CMYK00.590.650.62
HSL5.71º48.09%25.69%-
HSV(B)5.71º64.95%38.04%-
XYZ5.984.172-
YUV56.36115.38156.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=56.73%
G=23.39%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97403400.590.650.625.7148.0925.69
Hex61282203B413E6301a
Octal14150420731017666032
Binary11000011010001000100111011100000111111011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612822; }

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

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

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

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

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

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

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

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