Html Css Color HEX #716044 Soya Bean

📋 copy color: '#716044'

red 113 ◦ green 96 ◦ blue 68

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

Shades of Soya Bean #716044

Tints of Soya Bean #716044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 40.79%
G = 34.66%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#716044 (or 0x716044) is known color: Soya Bean. HEX triplet: 71, 60 and 44. RGB value is (113,96,68). Sum of RGB (Red+Green+Blue) = 113+96+68=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #716044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716044 is #8E9FBB. Grayscale: #626262. Windows color (decimal): -9347004 or 4481137. OLE color: 4481137.

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

Color convert

RGB 113 96 68 -
CMYK 0 0.15 0.40 0.56
HSL 37.33º 0.25% 0.35% -
HSV(B) 37.33º 0.4% 0.44% -
XYZ 12.04 12.29 7.21 -
YUV 97.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 113 96 68 0 0.15 0.40 0.56 37.33 0.25 0.35
Hex 71 60 44 0 F 28 38 25 19 23
Octal 161 140 104 0 17 50 70 45 31 43
Binary 1110001 1100000 1000100 0 1111 101000 111000 100101 11001 100011

Color Harmonies of #716044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716044

Black with #716044

Text Example


Text Example

White with #716044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716044; }

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

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

background-color css

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

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

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

border-color css

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

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

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