#726246

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

Shades of Soya Bean #726246

Tints of Soya Bean #726246

Color information

#726246 (or 0x726246) is unknown color: approx Soya Bean. HEX triplet: 72, 62 and 46. RGB value is (114,98,70). Sum of RGB (Red+Green+Blue) = 114+98+70=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726246 is #8D9DB9. Grayscale: #636363. Windows color (decimal): -9280954 or 4612722. OLE color: 4612722.

HSL color Cylindrical-coordinate representation of color #726246: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726246 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1149870-
CMYK00.140.390.55
HSL38.18º23.91%36.08%-
HSV(B)38.18º38.6%44.71%-
XYZ12.4112.757.6-
YUV99.59111.3138.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=40.43%
G=34.75%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114987000.140.390.5538.1823.9136.08
Hex7262460E2737261824
Octal1621421060164767463044
Binary1110010110001010001100111010011111011110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726246; }

 p { color: rgb(114,98,70); }

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

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

 a { background-color: rgb(114,98,70); }

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

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

 span { border-color: rgb(114,98,70); }

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