#75664B

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

Shades of Soya Bean #75664B

Tints of Soya Bean #75664B

Color information

#75664B (or 0x75664B) is unknown color: approx Soya Bean. HEX triplet: 75, 66 and 4B. RGB value is (117,102,75). Sum of RGB (Red+Green+Blue) = 117+102+75=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75664B is #8A99B4. Grayscale: #676767. Windows color (decimal): -9083317 or 4941429. OLE color: 4941429.

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

Color convert

RGB11710275-
CMYK00.130.360.54
HSL38.57º21.88%37.65%-
HSV(B)38.57º35.9%45.88%-
XYZ13.3613.798.61-
YUV103.41111.97137.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=39.80%
G=34.69%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171027500.130.360.5438.5721.8837.65
Hex75664B0D2436271626
Octal1651461130154466472646
Binary1110101110011010010110110110010011011010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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