Html Css Color HEX #685F44 Soya Bean

📋 copy color: '#685F44'

red 104 ◦ green 95 ◦ blue 68

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

Shades of Soya Bean #685F44

Tints of Soya Bean #685F44

RGB

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

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

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

R = 38.95%
G = 35.58%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#685F44 (or 0x685F44) is known color: Soya Bean. HEX triplet: 68, 5F and 44. RGB value is (104,95,68). Sum of RGB (Red+Green+Blue) = 104+95+68=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #685F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F44 is #97A0BB. Grayscale: #5E5E5E. Windows color (decimal): -9937084 or 4480872. OLE color: 4480872.

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

Color convert

RGB 104 95 68 -
CMYK 0 0.09 0.35 0.59
HSL 45º 0.21% 0.34% -
HSV(B) 45º 0.35% 0.41% -
XYZ 10.84 11.54 7.13 -
YUV 94.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 104 95 68 0 0.09 0.35 0.59 45 0.21 0.34
Hex 68 5F 44 0 9 23 3B 2D 15 22
Octal 150 137 104 0 11 43 73 55 25 42
Binary 1101000 1011111 1000100 0 1001 100011 111011 101101 10101 100010

Color Harmonies of #685F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F44

Black with #685F44

Text Example


Text Example

White with #685F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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