#716146

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

Shades of Soya Bean #716146

Tints of Soya Bean #716146

Color information

#716146 (or 0x716146) is unknown color: approx Soya Bean. HEX triplet: 71, 61 and 46. RGB value is (113,97,70). Sum of RGB (Red+Green+Blue) = 113+97+70=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716146 is #8E9EB9. Grayscale: #626262. Windows color (decimal): -9346746 or 4612465. OLE color: 4612465.

HSL color Cylindrical-coordinate representation of color #716146: hue angle of 37.67º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716146 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1139770-
CMYK00.140.380.56
HSL37.67º23.5%35.88%-
HSV(B)37.67º38.05%44.31%-
XYZ12.1912.57.57-
YUV98.71111.8138.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 70 (27.73% from 255) = 25%
R=40.36%
G=34.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113977000.140.380.5637.6723.535.88
Hex7161460E2638261724
Octal1611411060164670462744
Binary1110001110000110001100111010011011100010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716146; }

 p { color: rgb(113,97,70); }

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

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

 a { background-color: rgb(113,97,70); }

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

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

 span { border-color: rgb(113,97,70); }

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