#75634B

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

Shades of Soya Bean #75634B

Tints of Soya Bean #75634B

Color information

#75634B (or 0x75634B) is unknown color: approx Soya Bean. HEX triplet: 75, 63 and 4B. RGB value is (117,99,75). Sum of RGB (Red+Green+Blue) = 117+99+75=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75634B is #8A9CB4. Grayscale: #656565. Windows color (decimal): -9084085 or 4940661. OLE color: 4940661.

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

Color convert

RGB1179975-
CMYK00.150.360.54
HSL34.29º21.88%37.65%-
HSV(B)34.29º35.9%45.88%-
XYZ13.0713.218.52-
YUV101.65112.96138.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=40.21%
G=34.02%
B=25.77%

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
Decimal117997500.150.360.5434.2921.8837.65
Hex75634B0F2436221626
Octal1651431130174466422646
Binary1110101110001110010110111110010011011010001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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