#61291E

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

Shades of Caput Mortuum #61291E

Tints of Caput Mortuum #61291E

Color information

#61291E (or 0x61291E) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 1E. RGB value is (97,41,30). Sum of RGB (Red+Green+Blue) = 97+41+30=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #61291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61291E is #9ED6E1. Grayscale: #383838. Windows color (decimal): -10409698 or 1976673. OLE color: 1976673.

HSL color Cylindrical-coordinate representation of color #61291E: hue angle of 9.85º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61291E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB974130-
CMYK00.580.690.62
HSL9.85º52.76%24.9%-
HSV(B)9.85º69.07%38.04%-
XYZ5.964.221.73-
YUV56.49113.05156.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=57.74%
G=24.40%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97413000.580.690.629.8552.7624.9
Hex61291E03A453Ea3519
Octal141513607210576126531
Binary11000011010011111001110101000101111110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61291E; }

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

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

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

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

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

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

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

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