#95716E

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

Shades of Bazaar #95716E

Tints of Bazaar #95716E

Color information

#95716E (or 0x95716E) is unknown color: approx Bazaar. HEX triplet: 95, 71 and 6E. RGB value is (149,113,110). Sum of RGB (Red+Green+Blue) = 149+113+110=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716E is #6A8E91. Grayscale: #7B7B7B. Windows color (decimal): -6983314 or 7238037. OLE color: 7238037.

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

Color convert

RGB149113110-
CMYK00.240.260.42
HSL4.62º15.54%50.78%-
HSV(B)4.62º26.17%58.43%-
XYZ21.1119.3317.37-
YUV123.42120.43146.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=40.05%
G=30.38%
B=29.57%

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
Decimal14911311000.240.260.424.6215.5450.78
Hex95716E0181A2A51033
Octal225161156030325252063
Binary10010101111000111011100110001101010101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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