#6E5427

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

Shades of Horses Neck #6E5427

Tints of Horses Neck #6E5427

Color information

#6E5427 (or 0x6E5427) is unknown color: approx Horses Neck. HEX triplet: 6E, 54 and 27. RGB value is (110,84,39). Sum of RGB (Red+Green+Blue) = 110+84+39=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5427 is #91ABD8. Grayscale: #565656. Windows color (decimal): -9546713 or 2577518. OLE color: 2577518.

HSL color Cylindrical-coordinate representation of color #6E5427: hue angle of 38.03º degrees, saturation: 0.48, 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 #6E5427 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1108439-
CMYK00.240.650.57
HSL38.03º47.65%29.22%-
HSV(B)38.03º64.55%43.14%-
XYZ9.979.83.29-
YUV86.64101.11144.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.21%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=47.21%
G=36.05%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110843900.240.650.5738.0347.6529.22
Hex6E5427018413926301d
Octal1561244703010171466035
Binary11011101010100100111011000100000111100110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,39); }

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

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

 a { background-color: rgb(110,84,39); }

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

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

 span { border-color: rgb(110,84,39); }

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