#685929

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

Shades of Horses Neck #685929

Tints of Horses Neck #685929

Color information

#685929 (or 0x685929) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 29. RGB value is (104,89,41). Sum of RGB (Red+Green+Blue) = 104+89+41=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #685929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685929 is #97A6D6. Grayscale: #585858. Windows color (decimal): -9938647 or 2709864. OLE color: 2709864.

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

Color convert

RGB1048941-
CMYK00.140.610.59
HSL45.71º43.45%28.43%-
HSV(B)45.71º60.58%40.78%-
XYZ9.6810.253.57-
YUV88.01101.47139.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=44.44%
G=38.03%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104894100.140.610.5945.7143.4528.43
Hex6859290E3D3B2e2b1c
Octal150131510167573565334
Binary110100010110011010010111011110111101110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685929; }

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

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

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

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

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

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

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

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