Html Css Color HEX #685C46 Soya Bean

📋 copy color: '#685C46'

red 104 ◦ green 92 ◦ blue 70

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

Shades of Soya Bean #685C46

Tints of Soya Bean #685C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 39.1%
G = 34.59%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#685C46 (or 0x685C46) is known color: Soya Bean. HEX triplet: 68, 5C and 46. RGB value is (104,92,70). Sum of RGB (Red+Green+Blue) = 104+92+70=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C46 is #97A3B9. Grayscale: #5D5D5D. Windows color (decimal): -9937850 or 4611176. OLE color: 4611176.

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

Color convert

RGB 104 92 70 -
CMYK 0 0.12 0.33 0.59
HSL 38.82º 0.2% 0.34% -
HSV(B) 38.82º 0.33% 0.41% -
XYZ 10.64 11.04 7.36 -
YUV 93.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 104 92 70 0 0.12 0.33 0.59 38.82 0.2 0.34
Hex 68 5C 46 0 C 21 3B 27 14 22
Octal 150 134 106 0 14 41 73 47 24 42
Binary 1101000 1011100 1000110 0 1100 100001 111011 100111 10100 100010

Color Harmonies of #685C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C46

Black with #685C46

Text Example


Text Example

White with #685C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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