#685638

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

Shades of Horses Neck #685638

Tints of Horses Neck #685638

Color information

#685638 (or 0x685638) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 38. RGB value is (104,86,56). Sum of RGB (Red+Green+Blue) = 104+86+56=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #685638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685638 is #97A9C7. Grayscale: #585858. Windows color (decimal): -9939400 or 3692136. OLE color: 3692136.

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

Color convert

RGB1048656-
CMYK00.170.460.59
HSL37.5º30%31.37%-
HSV(B)37.5º46.15%40.78%-
XYZ9.759.885.14-
YUV87.96109.96139.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=42.28%
G=34.96%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104865600.170.460.5937.53031.37
Hex6856380112E3B261e1f
Octal150126700215673463637
Binary110100010101101110000100011011101110111001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685638; }

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

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

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

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

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

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

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

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