#6E561E

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

Shades of Horses Neck #6E561E

Tints of Horses Neck #6E561E

Color information

#6E561E (or 0x6E561E) is unknown color: approx Horses Neck. HEX triplet: 6E, 56 and 1E. RGB value is (110,86,30). Sum of RGB (Red+Green+Blue) = 110+86+30=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E561E is #91A9E1. Grayscale: #575757. Windows color (decimal): -9546210 or 1988206. OLE color: 1988206.

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

Color convert

RGB1108630-
CMYK00.220.730.57
HSL42º57.14%27.45%-
HSV(B)42º72.73%43.14%-
XYZ9.9910.062.64-
YUV86.7995.95144.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 30 (12.11% from 255) = 13.27%
R=48.67%
G=38.05%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110863000.220.730.574257.1427.45
Hex6E561E01649392a391b
Octal1561263602611171527133
Binary1101110101011011110010110100100111100110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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