Html Css Color HEX #685F47 Soya Bean

📋 copy color: '#685F47'

red 104 ◦ green 95 ◦ blue 71

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

Shades of Soya Bean #685F47

Tints of Soya Bean #685F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 38.52%
G = 35.19%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#685F47 (or 0x685F47) is known color: Soya Bean. HEX triplet: 68, 5F and 47. RGB value is (104,95,71). Sum of RGB (Red+Green+Blue) = 104+95+71=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F47 is #97A0B8. Grayscale: #5F5F5F. Windows color (decimal): -9937081 or 4677480. OLE color: 4677480.

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

Color convert

RGB 104 95 71 -
CMYK 0 0.09 0.32 0.59
HSL 43.64º 0.19% 0.34% -
HSV(B) 43.64º 0.32% 0.41% -
XYZ 10.94 11.58 7.62 -
YUV 94.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 104 95 71 0 0.09 0.32 0.59 43.64 0.19 0.34
Hex 68 5F 47 0 9 20 3B 2C 13 22
Octal 150 137 107 0 11 40 73 54 23 42
Binary 1101000 1011111 1000111 0 1001 100000 111011 101100 10011 100010

Color Harmonies of #685F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F47

Black with #685F47

Text Example


Text Example

White with #685F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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