#75634C

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

Shades of Soya Bean #75634C

Tints of Soya Bean #75634C

Color information

#75634C (or 0x75634C) is unknown color: approx Soya Bean. HEX triplet: 75, 63 and 4C. RGB value is (117,99,76). Sum of RGB (Red+Green+Blue) = 117+99+76=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75634C is #8A9CB3. Grayscale: #656565. Windows color (decimal): -9084084 or 5006197. OLE color: 5006197.

HSL color Cylindrical-coordinate representation of color #75634C: hue angle of 33.66º 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 #75634C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1179976-
CMYK00.150.350.54
HSL33.66º21.24%37.84%-
HSV(B)33.66º35.04%45.88%-
XYZ13.113.238.7-
YUV101.76113.46138.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=40.07%
G=33.90%
B=26.03%

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
Decimal117997600.150.350.5433.6621.2437.84
Hex75634C0F2336221526
Octal1651431140174366422546
Binary1110101110001110011000111110001111011010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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