#6E5826

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

Shades of Horses Neck #6E5826

Tints of Horses Neck #6E5826

Color information

#6E5826 (or 0x6E5826) is unknown color: approx Horses Neck. HEX triplet: 6E, 58 and 26. RGB value is (110,88,38). Sum of RGB (Red+Green+Blue) = 110+88+38=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5826 is #91A7D9. Grayscale: #595959. Windows color (decimal): -9545690 or 2513006. OLE color: 2513006.

HSL color Cylindrical-coordinate representation of color #6E5826: hue angle of 41.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E5826 is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1108838-
CMYK00.20.650.57
HSL41.67º48.65%29.02%-
HSV(B)41.67º65.45%43.14%-
XYZ10.2710.433.31-
YUV88.8899.29143.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.61%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=46.61%
G=37.29%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110883800.20.650.5741.6748.6529.02
Hex6E582601441392a311d
Octal1561304602410171526135
Binary11011101011000100110010100100000111100110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,38); }

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

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

 a { background-color: rgb(110,88,38); }

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

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

 span { border-color: rgb(110,88,38); }

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