#6D522C

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

Shades of Horses Neck #6D522C

Tints of Horses Neck #6D522C

Color information

#6D522C (or 0x6D522C) is unknown color: approx Horses Neck. HEX triplet: 6D, 52 and 2C. RGB value is (109,82,44). Sum of RGB (Red+Green+Blue) = 109+82+44=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D522C is #92ADD3. Grayscale: #555555. Windows color (decimal): -9612756 or 2904685. OLE color: 2904685.

HSL color Cylindrical-coordinate representation of color #6D522C: hue angle of 35.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D522C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB1098244-
CMYK00.250.600.57
HSL35.08º42.48%30%-
HSV(B)35.08º59.63%42.75%-
XYZ9.789.473.69-
YUV85.74104.45144.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=46.38%
G=34.89%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109824400.250.600.5735.0842.4830
Hex6D522C0193C39232a1e
Octal155122540317471435236
Binary1101101101001010110001100111110011100110001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,44); }

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

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

 a { background-color: rgb(109,82,44); }

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

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

 span { border-color: rgb(109,82,44); }

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