#6D552B

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

Shades of Horses Neck #6D552B

Tints of Horses Neck #6D552B

Color information

#6D552B (or 0x6D552B) is unknown color: approx Horses Neck. HEX triplet: 6D, 55 and 2B. RGB value is (109,85,43). Sum of RGB (Red+Green+Blue) = 109+85+43=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D552B is #92AAD4. Grayscale: #575757. Windows color (decimal): -9611989 or 2839917. OLE color: 2839917.

HSL color Cylindrical-coordinate representation of color #6D552B: hue angle of 38.18º 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 #6D552B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1098543-
CMYK00.220.610.57
HSL38.18º43.42%29.8%-
HSV(B)38.18º60.55%42.75%-
XYZ9.999.923.67-
YUV87.39102.95143.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=45.99%
G=35.86%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109854300.220.610.5738.1843.4229.8
Hex6D552B0163D39262b1e
Octal155125530267571465336
Binary1101101101010110101101011011110111100110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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