#99908B

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

Shades of Zorba #99908B

Tints of Zorba #99908B

Color information

#99908B (or 0x99908B) is unknown color: approx Zorba. HEX triplet: 99, 90 and 8B. RGB value is (153,144,139). Sum of RGB (Red+Green+Blue) = 153+144+139=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #99908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99908B is #666F74. Grayscale: #929292. Windows color (decimal): -6713205 or 9146521. OLE color: 9146521.

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

Color convert

RGB153144139-
CMYK00.060.090.4
HSL21.43º6.42%57.25%-
HSV(B)21.43º9.15%60%-
XYZ27.7728.5828.48-
YUV146.12123.98132.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=35.09%
G=33.03%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314413900.060.090.421.436.4257.25
Hex99908B0692815639
Octal23122021306115025671
Binary1001100110010000100010110110100110100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99908B; }

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

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

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

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

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

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

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

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