#611E0D

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

Shades of Caput Mortuum #611E0D

Tints of Caput Mortuum #611E0D

Color information

#611E0D (or 0x611E0D) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1E and 0D. RGB value is (97,30,13). Sum of RGB (Red+Green+Blue) = 97+30+13=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E0D is #9EE1F2. Grayscale: #303030. Windows color (decimal): -10412531 or 859745. OLE color: 859745.

HSL color Cylindrical-coordinate representation of color #611E0D: hue angle of 12.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611E0D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB973013-
CMYK00.690.870.62
HSL12.14º76.36%21.57%-
HSV(B)12.14º86.6%38.04%-
XYZ5.473.50.77-
YUV48.1108.2162.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=69.29%
G=21.43%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97301300.690.870.6212.1476.3621.57
Hex611ED045573Ec4c16
Octal14136150105127761411426
Binary11000011111011010100010110101111111101100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E0D; }

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

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

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

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

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

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

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

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