#685B36

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

Shades of Horses Neck #685B36

Tints of Horses Neck #685B36

Color information

#685B36 (or 0x685B36) is unknown color: approx Horses Neck. HEX triplet: 68, 5B and 36. RGB value is (104,91,54). Sum of RGB (Red+Green+Blue) = 104+91+54=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B36 is #97A4C9. Grayscale: #5A5A5A. Windows color (decimal): -9938122 or 3562344. OLE color: 3562344.

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

Color convert

RGB1049154-
CMYK00.120.480.59
HSL44.4º31.65%30.98%-
HSV(B)44.4º48.08%40.78%-
XYZ10.1210.695.02-
YUV90.67107.31137.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=41.77%
G=36.55%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104915400.120.480.5944.431.6530.98
Hex685B360C303B2c201f
Octal150133660146073544037
Binary110100010110111101100110011000011101110110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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