#685B35

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

Shades of Horses Neck #685B35

Tints of Horses Neck #685B35

Color information

#685B35 (or 0x685B35) is unknown color: approx Horses Neck. HEX triplet: 68, 5B and 35. RGB value is (104,91,53). Sum of RGB (Red+Green+Blue) = 104+91+53=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B35 is #97A4CA. Grayscale: #5A5A5A. Windows color (decimal): -9938123 or 3496808. OLE color: 3496808.

HSL color Cylindrical-coordinate representation of color #685B35: hue angle of 44.71º 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 #685B35 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1049153-
CMYK00.120.490.59
HSL44.71º32.48%30.78%-
HSV(B)44.71º49.04%40.78%-
XYZ10.0910.684.9-
YUV90.56106.81137.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=41.94%
G=36.69%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104915300.120.490.5944.7132.4830.78
Hex685B350C313B2d201f
Octal150133650146173554037
Binary110100010110111101010110011000111101110110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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