#95706E

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

Shades of Bazaar #95706E

Tints of Bazaar #95706E

Color information

#95706E (or 0x95706E) is unknown color: approx Bazaar. HEX triplet: 95, 70 and 6E. RGB value is (149,112,110). Sum of RGB (Red+Green+Blue) = 149+112+110=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706E is #6A8F91. Grayscale: #7A7A7A. Windows color (decimal): -6983570 or 7237781. OLE color: 7237781.

HSL color Cylindrical-coordinate representation of color #95706E: hue angle of 3.08º degrees, saturation: 0.16, 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 #95706E is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149112110-
CMYK00.250.260.42
HSL3.08º15.54%50.78%-
HSV(B)3.08º26.17%58.43%-
XYZ2119.117.33-
YUV122.84120.76146.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=40.16%
G=30.19%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911211000.250.260.423.0815.5450.78
Hex95706E0191A2A31033
Octal225160156031325232063
Binary1001010111100001101110011001110101010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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