#999289

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

Shades of Zorba #999289

Tints of Zorba #999289

Color information

#999289 (or 0x999289) is unknown color: approx Zorba. HEX triplet: 99, 92 and 89. RGB value is (153,146,137). Sum of RGB (Red+Green+Blue) = 153+146+137=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999289 is #666D76. Grayscale: #939393. Windows color (decimal): -6712695 or 9015961. OLE color: 9015961.

HSL color Cylindrical-coordinate representation of color #999289: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999289 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153146137-
CMYK00.050.100.4
HSL33.75º7.27%56.86%-
HSV(B)33.75º10.46%60%-
XYZ27.9329.1427.82-
YUV147.07122.32132.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=35.09%
G=33.49%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314613700.050.100.433.757.2756.86
Hex99928905A2822739
Octal23122221105125042771
Binary10011001100100101000100101011010101000100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999289; }

 p { color: rgb(153,146,137); }

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

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

 a { background-color: rgb(153,146,137); }

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

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

 span { border-color: rgb(153,146,137); }

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