#6E521F

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

Shades of Horses Neck #6E521F

Tints of Horses Neck #6E521F

Color information

#6E521F (or 0x6E521F) is unknown color: approx Horses Neck. HEX triplet: 6E, 52 and 1F. RGB value is (110,82,31). Sum of RGB (Red+Green+Blue) = 110+82+31=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E521F is #91ADE0. Grayscale: #545454. Windows color (decimal): -9547233 or 2052718. OLE color: 2052718.

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

Color convert

RGB1108231-
CMYK00.250.720.57
HSL38.73º56.03%27.65%-
HSV(B)38.73º71.82%43.14%-
XYZ9.79.452.61-
YUV84.5697.78146.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=49.33%
G=36.77%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110823100.250.720.5738.7356.0327.65
Hex6E521F019483927381c
Octal1561223703111071477034
Binary1101110101001011111011001100100011100110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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