#94706E

Color #94706E Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #94706E

Tints of Bazaar #94706E

Color information

#94706E (or 0x94706E) is unknown color: approx Bazaar. HEX triplet: 94, 70 and 6E. RGB value is (148,112,110). Sum of RGB (Red+Green+Blue) = 148+112+110=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94706E is #6B8F91. Grayscale: #7A7A7A. Windows color (decimal): -7049106 or 7237780. OLE color: 7237780.

HSL color Cylindrical-coordinate representation of color #94706E: hue angle of 3.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94706E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148112110-
CMYK00.240.260.42
HSL3.16º15.08%50.59%-
HSV(B)3.16º25.68%58.04%-
XYZ20.8219.0117.32-
YUV122.54120.93146.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=40%
G=30.27%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811211000.240.260.423.1615.0850.59
Hex94706E0181A2A3f33
Octal224160156030325231763
Binary100101001110000110111001100011010101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94706E; }

 p { color: rgb(148,112,110); }

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

<style>
 a { background-color: #94706E; }

 a { background-color: rgb(148,112,110); }

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

<style>
 span { border-color: #94706E; }

 span { border-color: rgb(148,112,110); }

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