#685837

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

Shades of Horses Neck #685837

Tints of Horses Neck #685837

Color information

#685837 (or 0x685837) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 37. RGB value is (104,88,55). Sum of RGB (Red+Green+Blue) = 104+88+55=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #685837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685837 is #97A7C8. Grayscale: #595959. Windows color (decimal): -9938889 or 3627112. OLE color: 3627112.

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

Color convert

RGB1048855-
CMYK00.150.470.59
HSL40.41º30.82%31.18%-
HSV(B)40.41º47.12%40.78%-
XYZ9.8910.25.06-
YUV89.02108.8138.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=42.11%
G=35.63%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104885500.150.470.5940.4130.8231.18
Hex6858370F2F3B281f1f
Octal150130670175773503737
Binary11010001011000110111011111011111110111010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685837; }

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

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

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

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

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

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

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

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