#76644B

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

Shades of Soya Bean #76644B

Tints of Soya Bean #76644B

Color information

#76644B (or 0x76644B) is unknown color: approx Soya Bean. HEX triplet: 76, 64 and 4B. RGB value is (118,100,75). Sum of RGB (Red+Green+Blue) = 118+100+75=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76644B is #899BB4. Grayscale: #666666. Windows color (decimal): -9018293 or 4940918. OLE color: 4940918.

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

Color convert

RGB11810075-
CMYK00.150.360.54
HSL34.88º22.28%37.84%-
HSV(B)34.88º36.44%46.27%-
XYZ13.313.478.56-
YUV102.53112.46139.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=40.27%
G=34.13%
B=25.60%

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
Decimal1181007500.150.360.5434.8822.2837.84
Hex76644B0F2436231626
Octal1661441130174466432646
Binary1110110110010010010110111110010011011010001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,100,75); }

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

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

 a { background-color: rgb(118,100,75); }

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

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

 span { border-color: rgb(118,100,75); }

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