#6D522B

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

Shades of Horses Neck #6D522B

Tints of Horses Neck #6D522B

Color information

#6D522B (or 0x6D522B) is unknown color: approx Horses Neck. HEX triplet: 6D, 52 and 2B. RGB value is (109,82,43). Sum of RGB (Red+Green+Blue) = 109+82+43=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D522B is #92ADD4. Grayscale: #555555. Windows color (decimal): -9612757 or 2839149. OLE color: 2839149.

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

Color convert

RGB1098243-
CMYK00.250.610.57
HSL35.45º43.42%29.8%-
HSV(B)35.45º60.55%42.75%-
XYZ9.769.463.6-
YUV85.63103.95144.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=46.58%
G=35.04%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109824300.250.610.5735.4543.4229.8
Hex6D522B0193D39232b1e
Octal155122530317571435336
Binary1101101101001010101101100111110111100110001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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