#999086

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

Shades of Zorba #999086

Tints of Zorba #999086

Color information

#999086 (or 0x999086) is unknown color: approx Zorba. HEX triplet: 99, 90 and 86. RGB value is (153,144,134). Sum of RGB (Red+Green+Blue) = 153+144+134=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #999086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999086 is #666F79. Grayscale: #919191. Windows color (decimal): -6713210 or 8818841. OLE color: 8818841.

HSL color Cylindrical-coordinate representation of color #999086: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999086 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153144134-
CMYK00.060.120.4
HSL31.58º8.52%56.27%-
HSV(B)31.58º12.42%60%-
XYZ27.4128.4426.6-
YUV145.55121.48133.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=35.50%
G=33.41%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314413400.060.120.431.588.5256.27
Hex99908606C2820938
Octal231220206061450401170
Binary100110011001000010000110011011001010001000001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999086; }

 p { color: rgb(153,144,134); }

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

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

 a { background-color: rgb(153,144,134); }

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

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

 span { border-color: rgb(153,144,134); }

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