Html Css Color HEX #686049 Soya Bean

📋 copy color: '#686049'

red 104 ◦ green 96 ◦ blue 73

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

Shades of Soya Bean #686049

Tints of Soya Bean #686049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 38.1%
G = 35.16%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#686049 (or 0x686049) is known color: Soya Bean. HEX triplet: 68, 60 and 49. RGB value is (104,96,73). Sum of RGB (Red+Green+Blue) = 104+96+73=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686049 is #979FB6. Grayscale: #5F5F5F. Windows color (decimal): -9936823 or 4808808. OLE color: 4808808.

HSL color Cylindrical-coordinate representation of color #686049: hue angle of 44.52º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686049 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 73 -
CMYK 0 0.08 0.30 0.59
HSL 44.52º 0.18% 0.35% -
HSV(B) 44.52º 0.3% 0.41% -
XYZ 11.09 11.79 7.99 -
YUV 95.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 104 96 73 0 0.08 0.30 0.59 44.52 0.18 0.35
Hex 68 60 49 0 8 1E 3B 2D 12 23
Octal 150 140 111 0 10 36 73 55 22 43
Binary 1101000 1100000 1001001 0 1000 11110 111011 101101 10010 100011

Color Harmonies of #686049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686049

Black with #686049

Text Example


Text Example

White with #686049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686049; }

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

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

background-color css

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

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

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

border-color css

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

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

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