Html Css Color HEX #685E48 Soya Bean

📋 copy color: '#685E48'

red 104 ◦ green 94 ◦ blue 72

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

Shades of Soya Bean #685E48

Tints of Soya Bean #685E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 38.52%
G = 34.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685E48 (or 0x685E48) is known color: Soya Bean. HEX triplet: 68, 5E and 48. RGB value is (104,94,72). Sum of RGB (Red+Green+Blue) = 104+94+72=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E48 is #97A1B7. Grayscale: #5E5E5E. Windows color (decimal): -9937336 or 4742760. OLE color: 4742760.

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

Color convert

RGB 104 94 72 -
CMYK 0 0.10 0.31 0.59
HSL 41.25º 0.18% 0.35% -
HSV(B) 41.25º 0.31% 0.41% -
XYZ 10.88 11.42 7.76 -
YUV 94.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 104 94 72 0 0.10 0.31 0.59 41.25 0.18 0.35
Hex 68 5E 48 0 A 1F 3B 29 12 23
Octal 150 136 110 0 12 37 73 51 22 43
Binary 1101000 1011110 1001000 0 1010 11111 111011 101001 10010 100011

Color Harmonies of #685E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E48

Black with #685E48

Text Example


Text Example

White with #685E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,72); }

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

background-color css

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

 a { background-color: rgb(104,94,72); }

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

border-color css

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

 span { border-color: rgb(104,94,72); }

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