#90716F

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

Shades of Bazaar #90716F

Tints of Bazaar #90716F

Color information

#90716F (or 0x90716F) is unknown color: approx Bazaar. HEX triplet: 90, 71 and 6F. RGB value is (144,113,111). Sum of RGB (Red+Green+Blue) = 144+113+111=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #90716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90716F is #6F8E90. Grayscale: #7A7A7A. Windows color (decimal): -7310993 or 7303568. OLE color: 7303568.

HSL color Cylindrical-coordinate representation of color #90716F: hue angle of 3.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90716F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB144113111-
CMYK00.220.230.44
HSL3.64º12.94%50%-
HSV(B)3.64º22.92%56.47%-
XYZ20.2818.8917.62-
YUV122.04121.77143.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=39.13%
G=30.71%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411311100.220.230.443.6412.9450
Hex90716F016172C4d32
Octal220161157026275441562
Binary1001000011100011101111010110101111011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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