Html Css Color HEX #716146 Soya Bean

📋 copy color: '#716146'

red 113 ◦ green 97 ◦ blue 70

#716146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #716146

Tints of Soya Bean #716146

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 value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#716146 (or 0x716146) is known color: 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

RGB 113 97 70 -
CMYK 0 0.14 0.38 0.56
HSL 37.67º 0.23% 0.36% -
HSV(B) 37.67º 0.38% 0.44% -
XYZ 12.19 12.5 7.57 -
YUV 98.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 113 97 70 0 0.14 0.38 0.56 37.67 0.23 0.36
Hex 71 61 46 0 E 26 38 26 17 24
Octal 161 141 106 0 16 46 70 46 27 44
Binary 1110001 1100001 1000110 0 1110 100110 111000 100110 10111 100100

Color Harmonies of #716146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716146

Black with #716146

Text Example


Text Example

White with #716146

Text Example


Text Example

HTML Codes & Css Web 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>