#685930

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

Shades of Horses Neck #685930

Tints of Horses Neck #685930

Color information

#685930 (or 0x685930) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 30. RGB value is (104,89,48). Sum of RGB (Red+Green+Blue) = 104+89+48=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685930 is #97A6CF. Grayscale: #585858. Windows color (decimal): -9938640 or 3168616. OLE color: 3168616.

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

Color convert

RGB1048948-
CMYK00.140.540.59
HSL43.93º36.84%29.8%-
HSV(B)43.93º53.85%40.78%-
XYZ9.8110.34.27-
YUV88.81104.97138.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=43.15%
G=36.93%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104894800.140.540.5943.9336.8429.8
Hex6859300E363B2c251e
Octal150131600166673544536
Binary110100010110011100000111011011011101110110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685930; }

 p { color: rgb(104,89,48); }

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

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

 a { background-color: rgb(104,89,48); }

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

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

 span { border-color: rgb(104,89,48); }

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