#685537

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

Shades of Horses Neck #685537

Tints of Horses Neck #685537

Color information

#685537 (or 0x685537) is unknown color: approx Horses Neck. HEX triplet: 68, 55 and 37. RGB value is (104,85,55). Sum of RGB (Red+Green+Blue) = 104+85+55=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685537 is #97AAC8. Grayscale: #575757. Windows color (decimal): -9939657 or 3626344. OLE color: 3626344.

HSL color Cylindrical-coordinate representation of color #685537: hue angle of 36.73º 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 #685537 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1048555-
CMYK00.180.470.59
HSL36.73º30.82%31.18%-
HSV(B)36.73º47.12%40.78%-
XYZ9.659.724.98-
YUV87.26109.79139.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=42.62%
G=34.84%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104855500.180.470.5936.7330.8231.18
Hex6855370122F3B251f1f
Octal150125670225773453737
Binary110100010101011101110100101011111110111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685537; }

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

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

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

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

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

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

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

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