#6A5821

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

Shades of Horses Neck #6A5821

Tints of Horses Neck #6A5821

Color information

#6A5821 (or 0x6A5821) is unknown color: approx Horses Neck. HEX triplet: 6A, 58 and 21. RGB value is (106,88,33). Sum of RGB (Red+Green+Blue) = 106+88+33=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5821 is #95A7DE. Grayscale: #575757. Windows color (decimal): -9807839 or 2185322. OLE color: 2185322.

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

Color convert

RGB1068833-
CMYK00.170.690.58
HSL45.21º52.52%27.25%-
HSV(B)45.21º68.87%41.57%-
XYZ9.7110.152.89-
YUV87.1197.46141.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=46.70%
G=38.77%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106883300.170.690.5845.2152.5227.25
Hex6A5821011453A2d351b
Octal1521304102110572556533
Binary11010101011000100001010001100010111101010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,33); }

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

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

 a { background-color: rgb(106,88,33); }

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

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

 span { border-color: rgb(106,88,33); }

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