#756646

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

Shades of Soya Bean #756646

Tints of Soya Bean #756646

Color information

#756646 (or 0x756646) is unknown color: approx Soya Bean. HEX triplet: 75, 66 and 46. RGB value is (117,102,70). Sum of RGB (Red+Green+Blue) = 117+102+70=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756646 is #8A99B9. Grayscale: #666666. Windows color (decimal): -9083322 or 4613749. OLE color: 4613749.

HSL color Cylindrical-coordinate representation of color #756646: hue angle of 40.85º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756646 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11710270-
CMYK00.130.400.54
HSL40.85º25.13%36.67%-
HSV(B)40.85º40.17%45.88%-
XYZ13.1913.737.75-
YUV102.84109.47138.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=40.48%
G=35.29%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171027000.130.400.5440.8525.1336.67
Hex7566460D2836291925
Octal1651461060155066513145
Binary1110101110011010001100110110100011011010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756646; }

 p { color: rgb(117,102,70); }

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

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

 a { background-color: rgb(117,102,70); }

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

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

 span { border-color: rgb(117,102,70); }

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