Html Css Color HEX #685C42 Soya Bean

📋 copy color: '#685C42'

red 104 ◦ green 92 ◦ blue 66

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

Shades of Soya Bean #685C42

Tints of Soya Bean #685C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 39.69%
G = 35.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685C42 (or 0x685C42) is known color: Soya Bean. HEX triplet: 68, 5C and 42. RGB value is (104,92,66). Sum of RGB (Red+Green+Blue) = 104+92+66=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #685C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C42 is #97A3BD. Grayscale: #5C5C5C. Windows color (decimal): -9937854 or 4349032. OLE color: 4349032.

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

Color convert

RGB 104 92 66 -
CMYK 0 0.12 0.37 0.59
HSL 41.05º 0.22% 0.33% -
HSV(B) 41.05º 0.37% 0.41% -
XYZ 10.52 10.99 6.72 -
YUV 92.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 104 92 66 0 0.12 0.37 0.59 41.05 0.22 0.33
Hex 68 5C 42 0 C 25 3B 29 16 21
Octal 150 134 102 0 14 45 73 51 26 41
Binary 1101000 1011100 1000010 0 1100 100101 111011 101001 10110 100001

Color Harmonies of #685C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C42

Black with #685C42

Text Example


Text Example

White with #685C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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