#71664C

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

Shades of Soya Bean #71664C

Tints of Soya Bean #71664C

Color information

#71664C (or 0x71664C) is unknown color: approx Soya Bean. HEX triplet: 71, 66 and 4C. RGB value is (113,102,76). Sum of RGB (Red+Green+Blue) = 113+102+76=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71664C is #8E99B3. Grayscale: #666666. Windows color (decimal): -9345460 or 5006961. OLE color: 5006961.

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

Color convert

RGB11310276-
CMYK00.100.330.56
HSL42.16º19.58%37.06%-
HSV(B)42.16º32.74%44.31%-
XYZ12.8713.548.77-
YUV102.32113.14135.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=38.83%
G=35.05%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131027600.100.330.5642.1619.5837.06
Hex71664C0A21382a1425
Octal1611461140124170522445
Binary1110001110011010011000101010000111100010101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71664C;
 }
 .AnyTagClassName
 {
   color: #71664C;
 }
</style>
background-color css

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

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

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

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

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

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