#685932

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

Shades of Horses Neck #685932

Tints of Horses Neck #685932

Color information

#685932 (or 0x685932) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 32. RGB value is (104,89,50). Sum of RGB (Red+Green+Blue) = 104+89+50=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #685932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685932 is #97A6CD. Grayscale: #595959. Windows color (decimal): -9938638 or 3299688. OLE color: 3299688.

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

Color convert

RGB1048950-
CMYK00.140.520.59
HSL43.33º35.06%30.2%-
HSV(B)43.33º51.92%40.78%-
XYZ9.8610.324.49-
YUV89.04105.97138.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=42.80%
G=36.63%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104895000.140.520.5943.3335.0630.2
Hex6859320E343B2b231e
Octal150131620166473534336
Binary110100010110011100100111011010011101110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685932; }

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

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

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

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

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

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

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

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