Html Css Color HEX #685F46 Soya Bean

📋 copy color: '#685F46'

red 104 ◦ green 95 ◦ blue 70

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

Shades of Soya Bean #685F46

Tints of Soya Bean #685F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 38.66%
G = 35.32%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#685F46 (or 0x685F46) is known color: Soya Bean. HEX triplet: 68, 5F and 46. RGB value is (104,95,70). Sum of RGB (Red+Green+Blue) = 104+95+70=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F46 is #97A0B9. Grayscale: #5E5E5E. Windows color (decimal): -9937082 or 4611944. OLE color: 4611944.

HSL color Cylindrical-coordinate representation of color #685F46: hue angle of 44.12º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #685F46 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 70 -
CMYK 0 0.09 0.33 0.59
HSL 44.12º 0.2% 0.34% -
HSV(B) 44.12º 0.33% 0.41% -
XYZ 10.91 11.57 7.45 -
YUV 94.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 104 95 70 0 0.09 0.33 0.59 44.12 0.2 0.34
Hex 68 5F 46 0 9 21 3B 2C 14 22
Octal 150 137 106 0 11 41 73 54 24 42
Binary 1101000 1011111 1000110 0 1001 100001 111011 101100 10100 100010

Color Harmonies of #685F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F46

Black with #685F46

Text Example


Text Example

White with #685F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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