Html Css Color HEX #716246 Soya Bean

📋 copy color: '#716246'

red 113 ◦ green 98 ◦ blue 70

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

Shades of Soya Bean #716246

Tints of Soya Bean #716246

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 40.21%
G = 34.88%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#716246 (or 0x716246) is known color: Soya Bean. HEX triplet: 71, 62 and 46. RGB value is (113,98,70). Sum of RGB (Red+Green+Blue) = 113+98+70=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716246 is #8E9DB9. Grayscale: #636363. Windows color (decimal): -9346490 or 4612721. OLE color: 4612721.

HSL color Cylindrical-coordinate representation of color #716246: hue angle of 39.07º 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 #716246 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 70 -
CMYK 0 0.13 0.38 0.56
HSL 39.07º 0.23% 0.36% -
HSV(B) 39.07º 0.38% 0.44% -
XYZ 12.28 12.69 7.6 -
YUV 99.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 113 98 70 0 0.13 0.38 0.56 39.07 0.23 0.36
Hex 71 62 46 0 D 26 38 27 17 24
Octal 161 142 106 0 15 46 70 47 27 44
Binary 1110001 1100010 1000110 0 1101 100110 111000 100111 10111 100100

Color Harmonies of #716246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716246

Black with #716246

Text Example


Text Example

White with #716246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716246; }

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

 H1.HeaderClassName
 {
   color: #716246;
 }
 .AnyTagClassName
 {
   color: #716246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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