#685A33

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

Shades of Horses Neck #685A33

Tints of Horses Neck #685A33

Color information

#685A33 (or 0x685A33) is unknown color: approx Horses Neck. HEX triplet: 68, 5A and 33. RGB value is (104,90,51). Sum of RGB (Red+Green+Blue) = 104+90+51=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A33 is #97A5CC. Grayscale: #595959. Windows color (decimal): -9938381 or 3365480. OLE color: 3365480.

HSL color Cylindrical-coordinate representation of color #685A33: hue angle of 44.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685A33 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1049051-
CMYK00.130.510.59
HSL44.15º34.19%30.39%-
HSV(B)44.15º50.96%40.78%-
XYZ9.9610.494.63-
YUV89.74106.14138.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=42.45%
G=36.73%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104905100.130.510.5944.1534.1930.39
Hex685A330D333B2c221e
Octal150132630156373544236
Binary110100010110101100110110111001111101110110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A33; }

 p { color: rgb(104,90,51); }

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

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

 a { background-color: rgb(104,90,51); }

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

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

 span { border-color: rgb(104,90,51); }

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