#98716F

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

Shades of Bazaar #98716F

Tints of Bazaar #98716F

Color information

#98716F (or 0x98716F) is unknown color: approx Bazaar. HEX triplet: 98, 71 and 6F. RGB value is (152,113,111). Sum of RGB (Red+Green+Blue) = 152+113+111=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716F is #678E90. Grayscale: #7C7C7C. Windows color (decimal): -6786705 or 7303576. OLE color: 7303576.

HSL color Cylindrical-coordinate representation of color #98716F: hue angle of 2.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98716F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB152113111-
CMYK00.260.270.40
HSL2.93º16.6%51.57%-
HSV(B)2.93º26.97%59.61%-
XYZ21.7219.6317.68-
YUV124.43120.42147.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=40.43%
G=30.05%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211311100.260.270.402.9316.651.57
Hex98716F01A1B2831134
Octal230161157032335032164
Binary1001100011100011101111011010110111010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98716F; }

 p { color: rgb(152,113,111); }

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

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

 a { background-color: rgb(152,113,111); }

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

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

 span { border-color: rgb(152,113,111); }

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