#6D5825

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

Shades of Horses Neck #6D5825

Tints of Horses Neck #6D5825

Color information

#6D5825 (or 0x6D5825) is unknown color: approx Horses Neck. HEX triplet: 6D, 58 and 25. RGB value is (109,88,37). Sum of RGB (Red+Green+Blue) = 109+88+37=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5825 is #92A7DA. Grayscale: #585858. Windows color (decimal): -9611227 or 2447469. OLE color: 2447469.

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

Color convert

RGB1098837-
CMYK00.190.660.57
HSL42.5º49.32%28.63%-
HSV(B)42.5º66.06%42.75%-
XYZ10.1310.363.22-
YUV88.4698.96142.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=46.58%
G=37.61%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109883700.190.660.5742.549.3228.63
Hex6D582501342392a311d
Octal1551304502310271526135
Binary11011011011000100101010011100001011100110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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