Html Css Color HEX #999491 Zorba

📋 copy color: '#999491'

red 153 ◦ green 148 ◦ blue 145

#999491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zorba #999491

Tints of Zorba #999491

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

 GREEN value IS 148 (58.2% from 255) = 33.18%

 BLUE value IS 145 (57.03% from 255) = 32.51%

R = 34.3%
G = 33.18%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999491 (or 0x999491) is known color: 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

RGB 153 148 145 -
CMYK 0 0.03 0.05 0.4
HSL 22.5º 0.04% 0.58% -
HSV(B) 22.5º 0.05% 0.6% -
XYZ 28.84 30 31.06 -
YUV 149.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 153 148 145 0 0.03 0.05 0.4 22.5 0.04 0.58
Hex 99 94 91 0 3 5 28 16 4 3A
Octal 231 224 221 0 3 5 50 26 4 72
Binary 10011001 10010100 10010001 0 11 101 101000 10110 100 111010

Color Harmonies of #999491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999491

Black with #999491

Text Example


Text Example

White with #999491

Text Example


Text Example

HTML Codes & Css Web 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>