Html Css Color HEX #716144 Soya Bean

📋 copy color: '#716144'

red 113 ◦ green 97 ◦ blue 68

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

Shades of Soya Bean #716144

Tints of Soya Bean #716144

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

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 113 97 68 -
CMYK 0 0.14 0.40 0.56
HSL 38.67º 0.25% 0.35% -
HSV(B) 38.67º 0.4% 0.44% -
XYZ 12.13 12.48 7.24 -
YUV 98.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 113 97 68 0 0.14 0.40 0.56 38.67 0.25 0.35
Hex 71 61 44 0 E 28 38 27 19 23
Octal 161 141 104 0 16 50 70 47 31 43
Binary 1110001 1100001 1000100 0 1110 101000 111000 100111 11001 100011

Color Harmonies of #716144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716144

Black with #716144

Text Example


Text Example

White with #716144

Text Example


Text Example

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