#685631

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

Shades of Horses Neck #685631

Tints of Horses Neck #685631

Color information

#685631 (or 0x685631) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 31. RGB value is (104,86,49). Sum of RGB (Red+Green+Blue) = 104+86+49=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #685631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685631 is #97A9CE. Grayscale: #575757. Windows color (decimal): -9939407 or 3233384. OLE color: 3233384.

HSL color Cylindrical-coordinate representation of color #685631: hue angle of 40.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685631 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1048649-
CMYK00.170.530.59
HSL40.36º35.95%30%-
HSV(B)40.36º52.88%40.78%-
XYZ9.599.824.3-
YUV87.16106.46140.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=43.51%
G=35.98%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104864900.170.530.5940.3635.9530
Hex685631011353B28241e
Octal150126610216573504436
Binary1101000101011011000101000111010111101110100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685631; }

 p { color: rgb(104,86,49); }

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

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

 a { background-color: rgb(104,86,49); }

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

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

 span { border-color: rgb(104,86,49); }

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