Html Css Color HEX #656050 Soya Bean

📋 copy color: '#656050'

red 101 ◦ green 96 ◦ blue 80

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

Shades of Soya Bean #656050

Tints of Soya Bean #656050

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 value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#656050 (or 0x656050) is known color: 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

RGB 101 96 80 -
CMYK 0 0.05 0.21 0.60
HSL 45.71º 0.12% 0.35% -
HSV(B) 45.71º 0.21% 0.4% -
XYZ 11 11.71 9.27 -
YUV 95.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 101 96 80 0 0.05 0.21 0.60 45.71 0.12 0.35
Hex 65 60 50 0 5 15 3C 2E C 23
Octal 145 140 120 0 5 25 74 56 14 43
Binary 1100101 1100000 1010000 0 101 10101 111100 101110 1100 100011

Color Harmonies of #656050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656050

Black with #656050

Text Example


Text Example

White with #656050

Text Example


Text Example

HTML Codes & Css Web 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>