Html Css Color HEX #655F49 Soya Bean

📋 copy color: '#655F49'

red 101 ◦ green 95 ◦ blue 73

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

Shades of Soya Bean #655F49

Tints of Soya Bean #655F49

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

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#655F49 (or 0x655F49) is known color: 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

RGB 101 95 73 -
CMYK 0 0.06 0.28 0.60
HSL 47.14º 0.16% 0.34% -
HSV(B) 47.14º 0.28% 0.4% -
XYZ 10.66 11.43 7.95 -
YUV 94.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 101 95 73 0 0.06 0.28 0.60 47.14 0.16 0.34
Hex 65 5F 49 0 6 1C 3C 2F 10 22
Octal 145 137 111 0 6 34 74 57 20 42
Binary 1100101 1011111 1001001 0 110 11100 111100 101111 10000 100010

Color Harmonies of #655F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F49

Black with #655F49

Text Example


Text Example

White with #655F49

Text Example


Text Example

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