Html Css Color HEX #685B42 Soya Bean

📋 copy color: '#685B42'

red 104 ◦ green 91 ◦ blue 66

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

Shades of Soya Bean #685B42

Tints of Soya Bean #685B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

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

R = 39.85%
G = 34.87%
B = 25.29%

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

#685B42 (or 0x685B42) is known color: Soya Bean. HEX triplet: 68, 5B and 42. RGB value is (104,91,66). Sum of RGB (Red+Green+Blue) = 104+91+66=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B42 is #97A4BD. Grayscale: #5C5C5C. Windows color (decimal): -9938110 or 4348776. OLE color: 4348776.

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

Color convert

RGB 104 91 66 -
CMYK 0 0.12 0.37 0.59
HSL 39.47º 0.22% 0.33% -
HSV(B) 39.47º 0.37% 0.41% -
XYZ 10.43 10.82 6.69 -
YUV 92.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 104 91 66 0 0.12 0.37 0.59 39.47 0.22 0.33
Hex 68 5B 42 0 C 25 3B 27 16 21
Octal 150 133 102 0 14 45 73 47 26 41
Binary 1101000 1011011 1000010 0 1100 100101 111011 100111 10110 100001

Color Harmonies of #685B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B42

Black with #685B42

Text Example


Text Example

White with #685B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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