#6D5625

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

Shades of Horses Neck #6D5625

Tints of Horses Neck #6D5625

Color information

#6D5625 (or 0x6D5625) is unknown color: approx Horses Neck. HEX triplet: 6D, 56 and 25. RGB value is (109,86,37). Sum of RGB (Red+Green+Blue) = 109+86+37=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5625 is #92A9DA. Grayscale: #575757. Windows color (decimal): -9611739 or 2446957. OLE color: 2446957.

HSL color Cylindrical-coordinate representation of color #6D5625: hue angle of 40.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D5625 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB1098637-
CMYK00.210.660.57
HSL40.83º49.32%28.63%-
HSV(B)40.83º66.06%42.75%-
XYZ9.9710.043.16-
YUV87.2999.62143.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=46.98%
G=37.07%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109863700.210.660.5740.8349.3228.63
Hex6D5625015423929311d
Octal1551264502510271516135
Binary11011011010110100101010101100001011100110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,37); }

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

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

 a { background-color: rgb(109,86,37); }

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

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

 span { border-color: rgb(109,86,37); }

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