#6A501D

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

Shades of Horses Neck #6A501D

Tints of Horses Neck #6A501D

Color information

#6A501D (or 0x6A501D) is unknown color: approx Horses Neck. HEX triplet: 6A, 50 and 1D. RGB value is (106,80,29). Sum of RGB (Red+Green+Blue) = 106+80+29=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A501D is #95AFE2. Grayscale: #525252. Windows color (decimal): -9809891 or 1921130. OLE color: 1921130.

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

Color convert

RGB1068029-
CMYK00.250.730.58
HSL39.74º57.04%26.47%-
HSV(B)39.74º72.64%41.57%-
XYZ9.038.892.4-
YUV81.9698.11145.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=49.30%
G=37.21%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106802900.250.730.5839.7457.0426.47
Hex6A501D019493A28391a
Octal1521203503111172507132
Binary1101010101000011101011001100100111101010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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