#71664A

Color #71664A Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #71664A

Tints of Soya Bean #71664A

Color information

#71664A (or 0x71664A) is unknown color: approx 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

RGB11310274-
CMYK00.100.350.56
HSL43.08º20.86%36.67%-
HSV(B)43.08º34.51%44.31%-
XYZ12.813.518.41-
YUV102.1112.14135.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=39.10%
G=35.29%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131027400.100.350.5643.0820.8636.67
Hex71664A0A23382b1525
Octal1611461120124370532545
Binary1110001110011010010100101010001111100010101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>