#756648

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

Shades of Soya Bean #756648

Tints of Soya Bean #756648

Color information

#756648 (or 0x756648) is unknown color: approx Soya Bean. HEX triplet: 75, 66 and 48. RGB value is (117,102,72). Sum of RGB (Red+Green+Blue) = 117+102+72=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756648 is #8A99B7. Grayscale: #676767. Windows color (decimal): -9083320 or 4744821. OLE color: 4744821.

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

Color convert

RGB11710272-
CMYK00.130.380.54
HSL40º23.81%37.06%-
HSV(B)40º38.46%45.88%-
XYZ13.2613.758.09-
YUV103.06110.47137.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=40.21%
G=35.05%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171027200.130.380.544023.8137.06
Hex7566480D2636281825
Octal1651461100154666503045
Binary1110101110011010010000110110011011011010100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756648; }

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

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

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

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

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

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

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

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