Html Css Color HEX #686047 Soya Bean

📋 copy color: '#686047'

red 104 ◦ green 96 ◦ blue 71

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

Shades of Soya Bean #686047

Tints of Soya Bean #686047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 38.38%
G = 35.42%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#686047 (or 0x686047) is known color: Soya Bean. HEX triplet: 68, 60 and 47. RGB value is (104,96,71). Sum of RGB (Red+Green+Blue) = 104+96+71=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #686047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686047 is #979FB8. Grayscale: #5F5F5F. Windows color (decimal): -9936825 or 4677736. OLE color: 4677736.

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

Color convert

RGB 104 96 71 -
CMYK 0 0.08 0.32 0.59
HSL 45.45º 0.19% 0.34% -
HSV(B) 45.45º 0.32% 0.41% -
XYZ 11.03 11.76 7.65 -
YUV 95.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 104 96 71 0 0.08 0.32 0.59 45.45 0.19 0.34
Hex 68 60 47 0 8 20 3B 2D 13 22
Octal 150 140 107 0 10 40 73 55 23 42
Binary 1101000 1100000 1000111 0 1000 100000 111011 101101 10011 100010

Color Harmonies of #686047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686047

Black with #686047

Text Example


Text Example

White with #686047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686047; }

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

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

background-color css

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

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

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

border-color css

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

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

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