#685621

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

Shades of Horses Neck #685621

Tints of Horses Neck #685621

Color information

#685621 (or 0x685621) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 21. RGB value is (104,86,33). Sum of RGB (Red+Green+Blue) = 104+86+33=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #685621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685621 is #97A9DE. Grayscale: #555555. Windows color (decimal): -9939423 or 2184808. OLE color: 2184808.

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

Color convert

RGB1048633-
CMYK00.170.680.59
HSL44.79º51.82%26.86%-
HSV(B)44.79º68.27%40.78%-
XYZ9.319.712.82-
YUV85.3498.46141.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=46.64%
G=38.57%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104863300.170.680.5944.7951.8226.86
Hex685621011443B2d341b
Octal1501264102110473556433
Binary11010001010110100001010001100010011101110110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685621; }

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

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

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

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

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

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

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

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