Html Css Color HEX #685F49 Soya Bean

📋 copy color: '#685F49'

red 104 ◦ green 95 ◦ blue 73

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

Shades of Soya Bean #685F49

Tints of Soya Bean #685F49

RGB

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

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

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

R = 38.24%
G = 34.93%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685F49 (or 0x685F49) is known color: Soya Bean. HEX triplet: 68, 5F and 49. RGB value is (104,95,73). Sum of RGB (Red+Green+Blue) = 104+95+73=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F49 is #97A0B6. Grayscale: #5F5F5F. Windows color (decimal): -9937079 or 4808552. OLE color: 4808552.

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

Color convert

RGB 104 95 73 -
CMYK 0 0.09 0.30 0.59
HSL 42.58º 0.18% 0.35% -
HSV(B) 42.58º 0.3% 0.41% -
XYZ 11 11.61 7.96 -
YUV 95.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 104 95 73 0 0.09 0.30 0.59 42.58 0.18 0.35
Hex 68 5F 49 0 9 1E 3B 2B 12 23
Octal 150 137 111 0 11 36 73 53 22 43
Binary 1101000 1011111 1001001 0 1001 11110 111011 101011 10010 100011

Color Harmonies of #685F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F49

Black with #685F49

Text Example


Text Example

White with #685F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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