#656050

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

Shades of Soya Bean #656050

Tints of Soya Bean #656050

Color information

#656050 (or 0x656050) is unknown color: approx Soya Bean. HEX triplet: 65, 60 and 50. RGB value is (101,96,80). Sum of RGB (Red+Green+Blue) = 101+96+80=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #656050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656050 is #9A9FAF. Grayscale: #5F5F5F. Windows color (decimal): -10133424 or 5267557. OLE color: 5267557.

HSL color Cylindrical-coordinate representation of color #656050: hue angle of 45.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656050 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1019680-
CMYK00.050.210.60
HSL45.71º11.6%35.49%-
HSV(B)45.71º20.79%39.61%-
XYZ1111.719.27-
YUV95.67119.16131.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=36.46%
G=34.66%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101968000.050.210.6045.7111.635.49
Hex65605005153C2ec23
Octal145140120052574561443
Binary1100101110000010100000101101011111001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656050; }

 p { color: rgb(101,96,80); }

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

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

 a { background-color: rgb(101,96,80); }

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

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

 span { border-color: rgb(101,96,80); }

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