#655E48

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

Shades of Soya Bean #655E48

Tints of Soya Bean #655E48

Color information

#655E48 (or 0x655E48) is unknown color: approx Soya Bean. HEX triplet: 65, 5E and 48. RGB value is (101,94,72). Sum of RGB (Red+Green+Blue) = 101+94+72=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #655E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E48 is #9AA1B7. Grayscale: #5D5D5D. Windows color (decimal): -10133944 or 4742757. OLE color: 4742757.

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

Color convert

RGB1019472-
CMYK00.070.290.60
HSL45.52º16.76%33.92%-
HSV(B)45.52º28.71%39.61%-
XYZ10.5411.247.74-
YUV93.58115.82133.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=37.83%
G=35.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101947200.070.290.6045.5216.7633.92
Hex655E48071D3C2e1122
Octal145136110073574562142
Binary11001011011110100100001111110111110010111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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