Html Css Color HEX #716145 Soya Bean

📋 copy color: '#716145'

red 113 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #716145

Tints of Soya Bean #716145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 40.5%
G = 34.77%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#716145 (or 0x716145) is known color: Soya Bean. HEX triplet: 71, 61 and 45. RGB value is (113,97,69). Sum of RGB (Red+Green+Blue) = 113+97+69=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716145 is #8E9EBA. Grayscale: #626262. Windows color (decimal): -9346747 or 4546929. OLE color: 4546929.

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

Color convert

RGB 113 97 69 -
CMYK 0 0.14 0.39 0.56
HSL 38.18º 0.24% 0.36% -
HSV(B) 38.18º 0.39% 0.44% -
XYZ 12.16 12.49 7.4 -
YUV 98.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 113 97 69 0 0.14 0.39 0.56 38.18 0.24 0.36
Hex 71 61 45 0 E 27 38 26 18 24
Octal 161 141 105 0 16 47 70 46 30 44
Binary 1110001 1100001 1000101 0 1110 100111 111000 100110 11000 100100

Color Harmonies of #716145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716145

Black with #716145

Text Example


Text Example

White with #716145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716145; }

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

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

background-color css

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

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

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

border-color css

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

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

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