Html Css Color HEX #685F45 Soya Bean

📋 copy color: '#685F45'

red 104 ◦ green 95 ◦ blue 69

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

Shades of Soya Bean #685F45

Tints of Soya Bean #685F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 38.81%
G = 35.45%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#685F45 (or 0x685F45) is known color: Soya Bean. HEX triplet: 68, 5F and 45. RGB value is (104,95,69). Sum of RGB (Red+Green+Blue) = 104+95+69=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F45 is #97A0BA. Grayscale: #5E5E5E. Windows color (decimal): -9937083 or 4546408. OLE color: 4546408.

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

Color convert

RGB 104 95 69 -
CMYK 0 0.09 0.34 0.59
HSL 44.57º 0.2% 0.34% -
HSV(B) 44.57º 0.34% 0.41% -
XYZ 10.88 11.56 7.29 -
YUV 94.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 104 95 69 0 0.09 0.34 0.59 44.57 0.2 0.34
Hex 68 5F 45 0 9 22 3B 2D 14 22
Octal 150 137 105 0 11 42 73 55 24 42
Binary 1101000 1011111 1000101 0 1001 100010 111011 101101 10100 100010

Color Harmonies of #685F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F45

Black with #685F45

Text Example


Text Example

White with #685F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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