#75634A

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

Shades of Soya Bean #75634A

Tints of Soya Bean #75634A

Color information

#75634A (or 0x75634A) is unknown color: approx Soya Bean. HEX triplet: 75, 63 and 4A. RGB value is (117,99,74). Sum of RGB (Red+Green+Blue) = 117+99+74=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75634A is #8A9CB5. Grayscale: #656565. Windows color (decimal): -9084086 or 4875125. OLE color: 4875125.

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

Color convert

RGB1179974-
CMYK00.150.370.54
HSL34.88º22.51%37.45%-
HSV(B)34.88º36.75%45.88%-
XYZ13.0313.28.34-
YUV101.53112.46139.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=40.34%
G=34.14%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117997400.150.370.5434.8822.5137.45
Hex75634A0F2536231725
Octal1651431120174566432745
Binary1110101110001110010100111110010111011010001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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