#6E5225

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

Shades of Horses Neck #6E5225

Tints of Horses Neck #6E5225

Color information

#6E5225 (or 0x6E5225) is unknown color: approx Horses Neck. HEX triplet: 6E, 52 and 25. RGB value is (110,82,37). Sum of RGB (Red+Green+Blue) = 110+82+37=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5225 is #91ADDA. Grayscale: #555555. Windows color (decimal): -9547227 or 2445934. OLE color: 2445934.

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

Color convert

RGB1108237-
CMYK00.250.660.57
HSL36.99º49.66%28.82%-
HSV(B)36.99º66.36%43.14%-
XYZ9.789.483.07-
YUV85.24100.78145.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=48.03%
G=35.81%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110823700.250.660.5736.9949.6628.82
Hex6E5225019423925321d
Octal1561224503110271456235
Binary11011101010010100101011001100001011100110010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,37); }

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

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

 a { background-color: rgb(110,82,37); }

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

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

 span { border-color: rgb(110,82,37); }

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