#7A6346

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

Shades of Soya Bean #7A6346

Tints of Soya Bean #7A6346

Color information

#7A6346 (or 0x7A6346) is unknown color: approx Soya Bean. HEX triplet: 7A, 63 and 46. RGB value is (122,99,70). Sum of RGB (Red+Green+Blue) = 122+99+70=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6346 is #859CB9. Grayscale: #666666. Windows color (decimal): -8756410 or 4612986. OLE color: 4612986.

HSL color Cylindrical-coordinate representation of color #7A6346: hue angle of 33.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6346 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB1229970-
CMYK00.190.430.52
HSL33.46º27.08%37.65%-
HSV(B)33.46º42.62%47.84%-
XYZ13.5913.57.68-
YUV102.57109.62141.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.92%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=41.92%
G=34.02%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122997000.190.430.5233.4627.0837.65
Hex7A63460132B34211b26
Octal1721431060235364413346
Binary11110101100011100011001001110101111010010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6346; }

 p { color: rgb(122,99,70); }

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

<style>
 a { background-color: #7A6346; }

 a { background-color: rgb(122,99,70); }

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

<style>
 span { border-color: #7A6346; }

 span { border-color: rgb(122,99,70); }

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