#999491

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

Shades of Zorba #999491

Tints of Zorba #999491

Color information

#999491 (or 0x999491) is unknown color: approx Zorba. HEX triplet: 99, 94 and 91. RGB value is (153,148,145). Sum of RGB (Red+Green+Blue) = 153+148+145=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 153 - color contains mainly: red. Hex color #999491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999491 is #666B6E. Grayscale: #959595. Windows color (decimal): -6712175 or 9540761. OLE color: 9540761.

HSL color Cylindrical-coordinate representation of color #999491: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999491 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153148145-
CMYK00.030.050.4
HSL22.5º3.77%58.43%-
HSV(B)22.5º5.23%60%-
XYZ28.843031.06-
YUV149.15125.66130.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=34.30%
G=33.18%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314814500.030.050.422.53.7758.43
Hex999491035281743a
Octal2312242210355027472
Binary10011001100101001001000101110110100010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999491; }

 p { color: rgb(153,148,145); }

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

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

 a { background-color: rgb(153,148,145); }

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

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

 span { border-color: rgb(153,148,145); }

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