Html Css Color HEX #655E49 Soya Bean

📋 copy color: '#655E49'

red 101 ◦ green 94 ◦ blue 73

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

Shades of Soya Bean #655E49

Tints of Soya Bean #655E49

RGB

 RED value IS 101 (39.84% from 255) = 37.69%

 GREEN value IS 94 (37.11% from 255) = 35.07%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 37.69%
G = 35.07%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#655E49 (or 0x655E49) is known color: Soya Bean. HEX triplet: 65, 5E and 49. RGB value is (101,94,73). Sum of RGB (Red+Green+Blue) = 101+94+73=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E49 is #9AA1B6. Grayscale: #5D5D5D. Windows color (decimal): -10133943 or 4808293. OLE color: 4808293.

HSL color Cylindrical-coordinate representation of color #655E49: hue angle of 45º 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 #655E49 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 94 73 -
CMYK 0 0.07 0.28 0.60
HSL 45º 0.16% 0.34% -
HSV(B) 45º 0.28% 0.4% -
XYZ 10.57 11.25 7.92 -
YUV 93.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 101 94 73 0 0.07 0.28 0.60 45 0.16 0.34
Hex 65 5E 49 0 7 1C 3C 2D 10 22
Octal 145 136 111 0 7 34 74 55 20 42
Binary 1100101 1011110 1001001 0 111 11100 111100 101101 10000 100010

Color Harmonies of #655E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E49

Black with #655E49

Text Example


Text Example

White with #655E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #655E49;
 }
 .AnyTagClassName
 {
   color: #655E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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