#75644B

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

Shades of Soya Bean #75644B

Tints of Soya Bean #75644B

Color information

#75644B (or 0x75644B) is unknown color: approx Soya Bean. HEX triplet: 75, 64 and 4B. RGB value is (117,100,75). Sum of RGB (Red+Green+Blue) = 117+100+75=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75644B is #8A9BB4. Grayscale: #666666. Windows color (decimal): -9083829 or 4940917. OLE color: 4940917.

HSL color Cylindrical-coordinate representation of color #75644B: hue angle of 35.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75644B is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11710075-
CMYK00.150.360.54
HSL35.71º21.88%37.65%-
HSV(B)35.71º35.9%45.88%-
XYZ13.1613.48.55-
YUV102.23112.63138.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=40.07%
G=34.25%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171007500.150.360.5435.7121.8837.65
Hex75644B0F2436241626
Octal1651441130174466442646
Binary1110101110010010010110111110010011011010010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75644B; }

 p { color: rgb(117,100,75); }

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

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

 a { background-color: rgb(117,100,75); }

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

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

 span { border-color: rgb(117,100,75); }

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