#766248

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

Shades of Soya Bean #766248

Tints of Soya Bean #766248

Color information

#766248 (or 0x766248) is unknown color: approx Soya Bean. HEX triplet: 76, 62 and 48. RGB value is (118,98,72). Sum of RGB (Red+Green+Blue) = 118+98+72=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766248 is #899DB7. Grayscale: #656565. Windows color (decimal): -9018808 or 4743798. OLE color: 4743798.

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

Color convert

RGB1189872-
CMYK00.170.390.54
HSL33.91º24.21%37.25%-
HSV(B)33.91º38.98%46.27%-
XYZ13.0113.057.97-
YUV101.02111.63140.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 72 (28.52% from 255) = 25%
R=40.97%
G=34.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118987200.170.390.5433.9124.2137.25
Hex7662480112736221825
Octal1661421100214766423045
Binary11101101100010100100001000110011111011010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766248; }

 p { color: rgb(118,98,72); }

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

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

 a { background-color: rgb(118,98,72); }

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

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

 span { border-color: rgb(118,98,72); }

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