#716144

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

Shades of Soya Bean #716144

Tints of Soya Bean #716144

Color information

#716144 (or 0x716144) is unknown color: approx Soya Bean. HEX triplet: 71, 61 and 44. RGB value is (113,97,68). Sum of RGB (Red+Green+Blue) = 113+97+68=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716144 is #8E9EBB. Grayscale: #626262. Windows color (decimal): -9346748 or 4481393. OLE color: 4481393.

HSL color Cylindrical-coordinate representation of color #716144: hue angle of 38.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716144 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1139768-
CMYK00.140.400.56
HSL38.67º24.86%35.49%-
HSV(B)38.67º39.82%44.31%-
XYZ12.1312.487.24-
YUV98.48110.8138.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=40.65%
G=34.89%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113976800.140.400.5638.6724.8635.49
Hex7161440E2838271923
Octal1611411040165070473143
Binary1110001110000110001000111010100011100010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716144; }

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

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

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

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

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

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

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

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