Html Css Color HEX #71664A Soya Bean

📋 copy color: '#71664A'

red 113 ◦ green 102 ◦ blue 74

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

Shades of Soya Bean #71664A

Tints of Soya Bean #71664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 39.1%
G = 35.29%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71664A (or 0x71664A) is known color: Soya Bean. HEX triplet: 71, 66 and 4A. RGB value is (113,102,74). Sum of RGB (Red+Green+Blue) = 113+102+74=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71664A is #8E99B5. Grayscale: #666666. Windows color (decimal): -9345462 or 4875889. OLE color: 4875889.

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

Color convert

RGB 113 102 74 -
CMYK 0 0.10 0.35 0.56
HSL 43.08º 0.21% 0.37% -
HSV(B) 43.08º 0.35% 0.44% -
XYZ 12.8 13.51 8.41 -
YUV 102.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 113 102 74 0 0.10 0.35 0.56 43.08 0.21 0.37
Hex 71 66 4A 0 A 23 38 2B 15 25
Octal 161 146 112 0 12 43 70 53 25 45
Binary 1110001 1100110 1001010 0 1010 100011 111000 101011 10101 100101

Color Harmonies of #71664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71664A

Black with #71664A

Text Example


Text Example

White with #71664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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