#6D561E

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

Shades of Horses Neck #6D561E

Tints of Horses Neck #6D561E

Color information

#6D561E (or 0x6D561E) is unknown color: approx Horses Neck. HEX triplet: 6D, 56 and 1E. RGB value is (109,86,30). Sum of RGB (Red+Green+Blue) = 109+86+30=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D561E is #92A9E1. Grayscale: #565656. Windows color (decimal): -9611746 or 1988205. OLE color: 1988205.

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

Color convert

RGB1098630-
CMYK00.210.720.57
HSL42.53º56.83%27.25%-
HSV(B)42.53º72.48%42.75%-
XYZ9.87102.64-
YUV86.4996.12144.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=48.44%
G=38.22%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109863000.210.720.5742.5356.8327.25
Hex6D561E01548392b391b
Octal1551263602511071537133
Binary1101101101011011110010101100100011100110101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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