#655F49

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

Shades of Soya Bean #655F49

Tints of Soya Bean #655F49

Color information

#655F49 (or 0x655F49) is unknown color: approx Soya Bean. HEX triplet: 65, 5F and 49. RGB value is (101,95,73). Sum of RGB (Red+Green+Blue) = 101+95+73=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #655F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F49 is #9AA0B6. Grayscale: #5E5E5E. Windows color (decimal): -10133687 or 4808549. OLE color: 4808549.

HSL color Cylindrical-coordinate representation of color #655F49: hue angle of 47.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #655F49 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1019573-
CMYK00.060.280.60
HSL47.14º16.09%34.12%-
HSV(B)47.14º27.72%39.61%-
XYZ10.6611.437.95-
YUV94.29115.99132.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=37.55%
G=35.32%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101957300.060.280.6047.1416.0934.12
Hex655F49061C3C2f1022
Octal145137111063474572042
Binary11001011011111100100101101110011110010111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F49; }

 p { color: rgb(101,95,73); }

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

<style>
 a { background-color: #655F49; }

 a { background-color: rgb(101,95,73); }

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

<style>
 span { border-color: #655F49; }

 span { border-color: rgb(101,95,73); }

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