#6A501E

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

Shades of Horses Neck #6A501E

Tints of Horses Neck #6A501E

Color information

#6A501E (or 0x6A501E) is unknown color: approx Horses Neck. HEX triplet: 6A, 50 and 1E. RGB value is (106,80,30). Sum of RGB (Red+Green+Blue) = 106+80+30=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A501E is #95AFE1. Grayscale: #525252. Windows color (decimal): -9809890 or 1986666. OLE color: 1986666.

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

Color convert

RGB1068030-
CMYK00.250.720.58
HSL39.47º55.88%26.67%-
HSV(B)39.47º71.7%41.57%-
XYZ9.058.92.47-
YUV82.0798.61145.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.07%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=49.07%
G=37.04%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106803000.250.720.5839.4755.8826.67
Hex6A501E019483A27381b
Octal1521203603111072477033
Binary1101010101000011110011001100100011101010011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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