#685A37

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

Shades of Horses Neck #685A37

Tints of Horses Neck #685A37

Color information

#685A37 (or 0x685A37) is unknown color: approx Horses Neck. HEX triplet: 68, 5A and 37. RGB value is (104,90,55). Sum of RGB (Red+Green+Blue) = 104+90+55=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A37 is #97A5C8. Grayscale: #5A5A5A. Windows color (decimal): -9938377 or 3627624. OLE color: 3627624.

HSL color Cylindrical-coordinate representation of color #685A37: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685A37 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1049055-
CMYK00.130.470.59
HSL42.86º30.82%31.18%-
HSV(B)42.86º47.12%40.78%-
XYZ10.0510.535.12-
YUV90.2108.14137.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=41.77%
G=36.14%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104905500.130.470.5942.8630.8231.18
Hex685A370D2F3B2b1f1f
Octal150132670155773533737
Binary11010001011010110111011011011111110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A37; }

 p { color: rgb(104,90,55); }

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

<style>
 a { background-color: #685A37; }

 a { background-color: rgb(104,90,55); }

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

<style>
 span { border-color: #685A37; }

 span { border-color: rgb(104,90,55); }

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