Html Css Color HEX #71664D Soya Bean

📋 copy color: '#71664D'

red 113 ◦ green 102 ◦ blue 77

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

Shades of Soya Bean #71664D

Tints of Soya Bean #71664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 38.7%
G = 34.93%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71664D (or 0x71664D) is known color: Soya Bean. HEX triplet: 71, 66 and 4D. RGB value is (113,102,77). Sum of RGB (Red+Green+Blue) = 113+102+77=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71664D is #8E99B2. Grayscale: #666666. Windows color (decimal): -9345459 or 5072497. OLE color: 5072497.

HSL color Cylindrical-coordinate representation of color #71664D: hue angle of 41.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71664D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 77 -
CMYK 0 0.10 0.32 0.56
HSL 41.67º 0.19% 0.37% -
HSV(B) 41.67º 0.32% 0.44% -
XYZ 12.9 13.55 8.96 -
YUV 102.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 113 102 77 0 0.10 0.32 0.56 41.67 0.19 0.37
Hex 71 66 4D 0 A 20 38 2A 13 25
Octal 161 146 115 0 12 40 70 52 23 45
Binary 1110001 1100110 1001101 0 1010 100000 111000 101010 10011 100101

Color Harmonies of #71664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71664D

Black with #71664D

Text Example


Text Example

White with #71664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71664D; }

 p { color: rgb(113,102,77); }

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

background-color css

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

 a { background-color: rgb(113,102,77); }

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

border-color css

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

 span { border-color: rgb(113,102,77); }

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