#685739

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

Shades of Horses Neck #685739

Tints of Horses Neck #685739

Color information

#685739 (or 0x685739) is unknown color: approx Horses Neck. HEX triplet: 68, 57 and 39. RGB value is (104,87,57). Sum of RGB (Red+Green+Blue) = 104+87+57=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685739 is #97A8C6. Grayscale: #585858. Windows color (decimal): -9939143 or 3757928. OLE color: 3757928.

HSL color Cylindrical-coordinate representation of color #685739: hue angle of 38.3º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685739 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1048757-
CMYK00.160.450.59
HSL38.3º29.19%31.57%-
HSV(B)38.3º45.19%40.78%-
XYZ9.8610.055.29-
YUV88.66110.13138.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=41.94%
G=35.08%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104875700.160.450.5938.329.1931.57
Hex6857390102D3B261d20
Octal150127710205573463540
Binary1101000101011111100101000010110111101110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685739; }

 p { color: rgb(104,87,57); }

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

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

 a { background-color: rgb(104,87,57); }

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

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

 span { border-color: rgb(104,87,57); }

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