#6A5528

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

Shades of Horses Neck #6A5528

Tints of Horses Neck #6A5528

Color information

#6A5528 (or 0x6A5528) is unknown color: approx Horses Neck. HEX triplet: 6A, 55 and 28. RGB value is (106,85,40). Sum of RGB (Red+Green+Blue) = 106+85+40=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5528 is #95AAD7. Grayscale: #565656. Windows color (decimal): -9808600 or 2643306. OLE color: 2643306.

HSL color Cylindrical-coordinate representation of color #6A5528: hue angle of 40.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5528 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1068540-
CMYK00.200.620.58
HSL40.91º45.21%28.63%-
HSV(B)40.91º62.26%41.57%-
XYZ9.589.713.38-
YUV86.15101.96142.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=45.89%
G=36.80%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106854000.200.620.5840.9145.2128.63
Hex6A55280143E3A292d1d
Octal152125500247672515535
Binary1101010101010110100001010011111011101010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,40); }

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

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

 a { background-color: rgb(106,85,40); }

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

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

 span { border-color: rgb(106,85,40); }

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