Html Css Color HEX #685D47 Soya Bean

📋 copy color: '#685D47'

red 104 ◦ green 93 ◦ blue 71

#685D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #685D47

Tints of Soya Bean #685D47

RGB

 RED value IS 104 (41.02% from 255) = 38.81%

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 38.81%
G = 34.7%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#685D47 (or 0x685D47) is known color: Soya Bean. HEX triplet: 68, 5D and 47. RGB value is (104,93,71). Sum of RGB (Red+Green+Blue) = 104+93+71=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D47 is #97A2B8. Grayscale: #5D5D5D. Windows color (decimal): -9937593 or 4676968. OLE color: 4676968.

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

Color convert

RGB 104 93 71 -
CMYK 0 0.11 0.32 0.59
HSL 40º 0.19% 0.34% -
HSV(B) 40º 0.32% 0.41% -
XYZ 10.76 11.23 7.56 -
YUV 93.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 104 93 71 0 0.11 0.32 0.59 40 0.19 0.34
Hex 68 5D 47 0 B 20 3B 28 13 22
Octal 150 135 107 0 13 40 73 50 23 42
Binary 1101000 1011101 1000111 0 1011 100000 111011 101000 10011 100010

Color Harmonies of #685D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D47

Black with #685D47

Text Example


Text Example

White with #685D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,71); }

 H1.HeaderClassName
 {
   color: #685D47;
 }
 .AnyTagClassName
 {
   color: #685D47;
 }
</style>

background-color css

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

 a { background-color: rgb(104,93,71); }

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

border-color css

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

 span { border-color: rgb(104,93,71); }

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