#685829

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

Shades of Horses Neck #685829

Tints of Horses Neck #685829

Color information

#685829 (or 0x685829) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 29. RGB value is (104,88,41). Sum of RGB (Red+Green+Blue) = 104+88+41=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #685829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685829 is #97A7D6. Grayscale: #575757. Windows color (decimal): -9938903 or 2709608. OLE color: 2709608.

HSL color Cylindrical-coordinate representation of color #685829: hue angle of 44.76º 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 #685829 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1048841-
CMYK00.150.610.59
HSL44.76º43.45%28.43%-
HSV(B)44.76º60.58%40.78%-
XYZ9.610.083.54-
YUV87.43101.8139.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=44.64%
G=37.77%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104884100.150.610.5944.7643.4528.43
Hex6858290F3D3B2d2b1c
Octal150130510177573555334
Binary110100010110001010010111111110111101110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685829; }

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

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

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

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

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

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

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

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