#98726E

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

Shades of Bazaar #98726E

Tints of Bazaar #98726E

Color information

#98726E (or 0x98726E) is unknown color: approx Bazaar. HEX triplet: 98, 72 and 6E. RGB value is (152,114,110). Sum of RGB (Red+Green+Blue) = 152+114+110=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98726E is #678D91. Grayscale: #7C7C7C. Windows color (decimal): -6786450 or 7238296. OLE color: 7238296.

HSL color Cylindrical-coordinate representation of color #98726E: hue angle of 5.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98726E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152114110-
CMYK00.250.280.40
HSL5.71º16.94%51.37%-
HSV(B)5.71º27.63%59.61%-
XYZ21.7819.8417.43-
YUV124.91119.59147.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=40.43%
G=30.32%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211411000.250.280.405.7116.9451.37
Hex98726E0191C2861133
Octal230162156031345062163
Binary10011000111001011011100110011110010100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,114,110); }

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

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

 a { background-color: rgb(152,114,110); }

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

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

 span { border-color: rgb(152,114,110); }

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