#685935

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

Shades of Horses Neck #685935

Tints of Horses Neck #685935

Color information

#685935 (or 0x685935) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 35. RGB value is (104,89,53). Sum of RGB (Red+Green+Blue) = 104+89+53=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #685935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685935 is #97A6CA. Grayscale: #595959. Windows color (decimal): -9938635 or 3496296. OLE color: 3496296.

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

Color convert

RGB1048953-
CMYK00.140.490.59
HSL42.35º32.48%30.78%-
HSV(B)42.35º49.04%40.78%-
XYZ9.9210.344.84-
YUV89.38107.47138.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=42.28%
G=36.18%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104895300.140.490.5942.3532.4830.78
Hex6859350E313B2a201f
Octal150131650166173524037
Binary110100010110011101010111011000111101110101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685935; }

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

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

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

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

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

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

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

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