#6D551D

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

Shades of Horses Neck #6D551D

Tints of Horses Neck #6D551D

Color information

#6D551D (or 0x6D551D) is unknown color: approx Horses Neck. HEX triplet: 6D, 55 and 1D. RGB value is (109,85,29). Sum of RGB (Red+Green+Blue) = 109+85+29=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D551D is #92AAE2. Grayscale: #565656. Windows color (decimal): -9612003 or 1922413. OLE color: 1922413.

HSL color Cylindrical-coordinate representation of color #6D551D: hue angle of 42º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D551D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB1098529-
CMYK00.220.730.57
HSL42º57.97%27.06%-
HSV(B)42º73.39%42.75%-
XYZ9.789.842.55-
YUV85.7995.95144.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=48.88%
G=38.12%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109852900.220.730.574257.9727.06
Hex6D551D01649392a3a1b
Octal1551253502611171527233
Binary1101101101010111101010110100100111100110101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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