#561C0E

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

Shades of Caput Mortuum #561C0E

Tints of Caput Mortuum #561C0E

Color information

#561C0E (or 0x561C0E) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1C and 0E. RGB value is (86,28,14). Sum of RGB (Red+Green+Blue) = 86+28+14=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C0E is #A9E3F1. Grayscale: #2B2B2B. Windows color (decimal): -11133938 or 924758. OLE color: 924758.

HSL color Cylindrical-coordinate representation of color #561C0E: hue angle of 11.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561C0E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB862814-
CMYK00.670.840.66
HSL11.67º72%19.61%-
HSV(B)11.67º83.72%33.73%-
XYZ4.332.840.74-
YUV43.75111.22158.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=67.19%
G=21.88%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86281400.670.840.6611.677219.61
Hex561CE0435442c4814
Octal126341601031241021411024
Binary101011011100111001000011101010010000101100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C0E; }

 p { color: rgb(86,28,14); }

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

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

 a { background-color: rgb(86,28,14); }

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

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

 span { border-color: rgb(86,28,14); }

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