#6D561C

Color #6D561C Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #6D561C

Tints of Horses Neck #6D561C

Color information

#6D561C (or 0x6D561C) is unknown color: approx Horses Neck. HEX triplet: 6D, 56 and 1C. RGB value is (109,86,28). Sum of RGB (Red+Green+Blue) = 109+86+28=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D561C is #92A9E3. Grayscale: #565656. Windows color (decimal): -9611748 or 1857133. OLE color: 1857133.

HSL color Cylindrical-coordinate representation of color #6D561C: hue angle of 42.96º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D561C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1098628-
CMYK00.210.740.57
HSL42.96º59.12%26.86%-
HSV(B)42.96º74.31%42.75%-
XYZ9.849.992.51-
YUV86.2795.12144.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=48.88%
G=38.57%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109862800.210.740.5742.9659.1226.86
Hex6D561C0154A392b3b1b
Octal1551263402511271537333
Binary1101101101011011100010101100101011100110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D561C; }

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

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

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

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

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

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

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

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