#957674

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

Shades of Bazaar #957674

Tints of Bazaar #957674

Color information

#957674 (or 0x957674) is unknown color: approx Bazaar. HEX triplet: 95, 76 and 74. RGB value is (149,118,116). Sum of RGB (Red+Green+Blue) = 149+118+116=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957674 is #6A898B. Grayscale: #7F7F7F. Windows color (decimal): -6982028 or 7632533. OLE color: 7632533.

HSL color Cylindrical-coordinate representation of color #957674: hue angle of 3.64º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957674 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB149118116-
CMYK00.210.220.42
HSL3.64º13.47%51.96%-
HSV(B)3.64º22.15%58.43%-
XYZ22.0320.6119.34-
YUV127.04121.77143.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=38.90%
G=30.81%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911811600.210.220.423.6413.4751.96
Hex957674015162A4d34
Octal225166164025265241564
Binary1001010111101101110100010101101101010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957674; }

 p { color: rgb(149,118,116); }

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

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

 a { background-color: rgb(149,118,116); }

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

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

 span { border-color: rgb(149,118,116); }

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