#6D5521

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

Shades of Horses Neck #6D5521

Tints of Horses Neck #6D5521

Color information

#6D5521 (or 0x6D5521) is unknown color: approx Horses Neck. HEX triplet: 6D, 55 and 21. RGB value is (109,85,33). Sum of RGB (Red+Green+Blue) = 109+85+33=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5521 is #92AADE. Grayscale: #565656. Windows color (decimal): -9611999 or 2184557. OLE color: 2184557.

HSL color Cylindrical-coordinate representation of color #6D5521: hue angle of 41.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D5521 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB1098533-
CMYK00.220.700.57
HSL41.05º53.52%27.84%-
HSV(B)41.05º69.72%42.75%-
XYZ9.839.862.82-
YUV86.2597.95144.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=48.02%
G=37.44%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109853300.220.700.5741.0553.5227.84
Hex6D5521016463929361c
Octal1551254102610671516634
Binary11011011010101100001010110100011011100110100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,33); }

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

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

 a { background-color: rgb(109,85,33); }

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

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

 span { border-color: rgb(109,85,33); }

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