Html Css Color HEX #685E44 Soya Bean

📋 copy color: '#685E44'

red 104 ◦ green 94 ◦ blue 68

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

Shades of Soya Bean #685E44

Tints of Soya Bean #685E44

RGB

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

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

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

R = 39.1%
G = 35.34%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#685E44 (or 0x685E44) is known color: Soya Bean. HEX triplet: 68, 5E and 44. RGB value is (104,94,68). Sum of RGB (Red+Green+Blue) = 104+94+68=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E44 is #97A1BB. Grayscale: #5E5E5E. Windows color (decimal): -9937340 or 4480616. OLE color: 4480616.

HSL color Cylindrical-coordinate representation of color #685E44: hue angle of 43.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 #685E44 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 68 -
CMYK 0 0.10 0.35 0.59
HSL 43.33º 0.21% 0.34% -
HSV(B) 43.33º 0.35% 0.41% -
XYZ 10.76 11.37 7.1 -
YUV 94.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 104 94 68 0 0.10 0.35 0.59 43.33 0.21 0.34
Hex 68 5E 44 0 A 23 3B 2B 15 22
Octal 150 136 104 0 12 43 73 53 25 42
Binary 1101000 1011110 1000100 0 1010 100011 111011 101011 10101 100010

Color Harmonies of #685E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E44

Black with #685E44

Text Example


Text Example

White with #685E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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