Html Css Color HEX #685B44 Soya Bean

📋 copy color: '#685B44'

red 104 ◦ green 91 ◦ blue 68

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

Shades of Soya Bean #685B44

Tints of Soya Bean #685B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.6%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 39.54%
G = 34.6%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#685B44 (or 0x685B44) is known color: Soya Bean. HEX triplet: 68, 5B and 44. RGB value is (104,91,68). Sum of RGB (Red+Green+Blue) = 104+91+68=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B44 is #97A4BB. Grayscale: #5C5C5C. Windows color (decimal): -9938108 or 4479848. OLE color: 4479848.

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

Color convert

RGB 104 91 68 -
CMYK 0 0.12 0.35 0.59
HSL 38.33º 0.21% 0.34% -
HSV(B) 38.33º 0.35% 0.41% -
XYZ 10.49 10.84 7.01 -
YUV 92.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 104 91 68 0 0.12 0.35 0.59 38.33 0.21 0.34
Hex 68 5B 44 0 C 23 3B 26 15 22
Octal 150 133 104 0 14 43 73 46 25 42
Binary 1101000 1011011 1000100 0 1100 100011 111011 100110 10101 100010

Color Harmonies of #685B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B44

Black with #685B44

Text Example


Text Example

White with #685B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,68); }

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

background-color css

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

 a { background-color: rgb(104,91,68); }

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

border-color css

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

 span { border-color: rgb(104,91,68); }

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