#685F4B

Color #685F4B Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #685F4B

Tints of Soya Bean #685F4B

Color information

#685F4B (or 0x685F4B) is unknown color: approx Soya Bean. HEX triplet: 68, 5F and 4B. RGB value is (104,95,75). Sum of RGB (Red+Green+Blue) = 104+95+75=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F4B is #97A0B4. Grayscale: #5F5F5F. Windows color (decimal): -9937077 or 4939624. OLE color: 4939624.

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

Color convert

RGB1049575-
CMYK00.090.280.59
HSL41.38º16.2%35.1%-
HSV(B)41.38º27.88%40.78%-
XYZ11.0711.648.32-
YUV95.41116.48134.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=37.96%
G=34.67%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104957500.090.280.5941.3816.235.1
Hex685F4B091C3B291023
Octal1501371130113473512043
Binary110100010111111001011010011110011101110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #685F4B;
 }
 .AnyTagClassName
 {
   color: #685F4B;
 }
</style>
background-color css

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

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

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

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

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

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