#766148

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

Shades of Soya Bean #766148

Tints of Soya Bean #766148

Color information

#766148 (or 0x766148) is unknown color: approx Soya Bean. HEX triplet: 76, 61 and 48. RGB value is (118,97,72). Sum of RGB (Red+Green+Blue) = 118+97+72=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766148 is #899EB7. Grayscale: #646464. Windows color (decimal): -9019064 or 4743542. OLE color: 4743542.

HSL color Cylindrical-coordinate representation of color #766148: hue angle of 32.61º 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 #766148 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1189772-
CMYK00.180.390.54
HSL32.61º24.21%37.25%-
HSV(B)32.61º38.98%46.27%-
XYZ12.9212.877.93-
YUV100.43111.96140.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=41.11%
G=33.80%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118977200.180.390.5432.6124.2137.25
Hex7661480122736211825
Octal1661411100224766413045
Binary11101101100001100100001001010011111011010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766148; }

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

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

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

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

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

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

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

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