#6A5027

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

Shades of Horses Neck #6A5027

Tints of Horses Neck #6A5027

Color information

#6A5027 (or 0x6A5027) is unknown color: approx Horses Neck. HEX triplet: 6A, 50 and 27. RGB value is (106,80,39). Sum of RGB (Red+Green+Blue) = 106+80+39=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5027 is #95AFD8. Grayscale: #535353. Windows color (decimal): -9809881 or 2576490. OLE color: 2576490.

HSL color Cylindrical-coordinate representation of color #6A5027: hue angle of 36.72º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A5027 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1068039-
CMYK00.250.630.58
HSL36.72º46.21%28.43%-
HSV(B)36.72º63.21%41.57%-
XYZ9.188.953.16-
YUV83.1103.11144.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=47.11%
G=35.56%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106803900.250.630.5836.7246.2128.43
Hex6A50270193F3A252e1c
Octal152120470317772455634
Binary1101010101000010011101100111111111101010010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,39); }

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

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

 a { background-color: rgb(106,80,39); }

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

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

 span { border-color: rgb(106,80,39); }

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