#75644C

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

Shades of Soya Bean #75644C

Tints of Soya Bean #75644C

Color information

#75644C (or 0x75644C) is unknown color: approx Soya Bean. HEX triplet: 75, 64 and 4C. RGB value is (117,100,76). Sum of RGB (Red+Green+Blue) = 117+100+76=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75644C is #8A9BB3. Grayscale: #666666. Windows color (decimal): -9083828 or 5006453. OLE color: 5006453.

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

Color convert

RGB11710076-
CMYK00.150.350.54
HSL35.12º21.24%37.84%-
HSV(B)35.12º35.04%45.88%-
XYZ13.213.428.73-
YUV102.35113.13138.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=39.93%
G=34.13%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171007600.150.350.5435.1221.2437.84
Hex75644C0F2336231526
Octal1651441140174366432546
Binary1110101110010010011000111110001111011010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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