#6E531E

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

Shades of Horses Neck #6E531E

Tints of Horses Neck #6E531E

Color information

#6E531E (or 0x6E531E) is unknown color: approx Horses Neck. HEX triplet: 6E, 53 and 1E. RGB value is (110,83,30). Sum of RGB (Red+Green+Blue) = 110+83+30=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E531E is #91ACE1. Grayscale: #555555. Windows color (decimal): -9546978 or 1987438. OLE color: 1987438.

HSL color Cylindrical-coordinate representation of color #6E531E: hue angle of 39.75º 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 #6E531E is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB1108330-
CMYK00.250.730.57
HSL39.75º57.14%27.45%-
HSV(B)39.75º72.73%43.14%-
XYZ9.769.62.57-
YUV85.0396.95145.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=49.33%
G=37.22%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110833000.250.730.5739.7557.1427.45
Hex6E531E019493928391b
Octal1561233603111171507133
Binary1101110101001111110011001100100111100110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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