#716045

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

Shades of Soya Bean #716045

Tints of Soya Bean #716045

Color information

#716045 (or 0x716045) is unknown color: approx Soya Bean. HEX triplet: 71, 60 and 45. RGB value is (113,96,69). Sum of RGB (Red+Green+Blue) = 113+96+69=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716045 is #8E9FBA. Grayscale: #626262. Windows color (decimal): -9347003 or 4546673. OLE color: 4546673.

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

Color convert

RGB1139669-
CMYK00.150.390.56
HSL36.82º24.18%35.69%-
HSV(B)36.82º38.94%44.31%-
XYZ12.0712.317.37-
YUV98111.63138.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=40.65%
G=34.53%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113966900.150.390.5636.8224.1835.69
Hex7160450F2738251824
Octal1611401050174770453044
Binary1110001110000010001010111110011111100010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716045; }

 p { color: rgb(113,96,69); }

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

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

 a { background-color: rgb(113,96,69); }

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

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

 span { border-color: rgb(113,96,69); }

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