Html Css Color HEX #999492 Zorba

📋 copy color: '#999492'

red 153 ◦ green 148 ◦ blue 146

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

Shades of Zorba #999492

Tints of Zorba #999492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 34.23%
G = 33.11%
B = 32.66%

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

#999492 (or 0x999492) is known color: Zorba. HEX triplet: 99, 94 and 92. RGB value is (153,148,146). Sum of RGB (Red+Green+Blue) = 153+148+146=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999492 is #666B6D. Grayscale: #959595. Windows color (decimal): -6712174 or 9606297. OLE color: 9606297.

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

Color convert

RGB 153 148 146 -
CMYK 0 0.03 0.05 0.4
HSL 17.14º 0.03% 0.59% -
HSV(B) 17.14º 0.05% 0.6% -
XYZ 28.92 30.03 31.47 -
YUV 149.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 153 148 146 0 0.03 0.05 0.4 17.14 0.03 0.59
Hex 99 94 92 0 3 5 28 11 3 3B
Octal 231 224 222 0 3 5 50 21 3 73
Binary 10011001 10010100 10010010 0 11 101 101000 10001 11 111011

Color Harmonies of #999492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999492

Black with #999492

Text Example


Text Example

White with #999492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999492; }

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

 H1.HeaderClassName
 {
   color: #999492;
 }
 .AnyTagClassName
 {
   color: #999492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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