#685B2E

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

Shades of Horses Neck #685B2E

Tints of Horses Neck #685B2E

Color information

#685B2E (or 0x685B2E) is unknown color: approx Horses Neck. HEX triplet: 68, 5B and 2E. RGB value is (104,91,46). Sum of RGB (Red+Green+Blue) = 104+91+46=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B2E is #97A4D1. Grayscale: #595959. Windows color (decimal): -9938130 or 3038056. OLE color: 3038056.

HSL color Cylindrical-coordinate representation of color #685B2E: hue angle of 46.55º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685B2E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1049146-
CMYK00.120.560.59
HSL46.55º38.67%29.41%-
HSV(B)46.55º55.77%40.78%-
XYZ9.9410.624.11-
YUV89.76103.31138.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=43.15%
G=37.76%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104914600.120.560.5946.5538.6729.41
Hex685B2E0C383B2f271d
Octal150133560147073574735
Binary110100010110111011100110011100011101110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,46); }

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

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

 a { background-color: rgb(104,91,46); }

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

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

 span { border-color: rgb(104,91,46); }

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