#685A2F

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

Shades of Horses Neck #685A2F

Tints of Horses Neck #685A2F

Color information

#685A2F (or 0x685A2F) is unknown color: approx Horses Neck. HEX triplet: 68, 5A and 2F. RGB value is (104,90,47). Sum of RGB (Red+Green+Blue) = 104+90+47=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A2F is #97A5D0. Grayscale: #595959. Windows color (decimal): -9938385 or 3103336. OLE color: 3103336.

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

Color convert

RGB1049047-
CMYK00.130.550.59
HSL45.26º37.75%29.61%-
HSV(B)45.26º54.81%40.78%-
XYZ9.8810.464.19-
YUV89.28104.14138.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=43.15%
G=37.34%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104904700.130.550.5945.2637.7529.61
Hex685A2F0D373B2d261e
Octal150132570156773554636
Binary110100010110101011110110111011111101110110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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