Html Css Color HEX #999091 Venus

📋 copy color: '#999091'

red 153 ◦ green 144 ◦ blue 145

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

Shades of Venus #999091

Tints of Venus #999091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

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

R = 34.62%
G = 32.58%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999091 (or 0x999091) is known color: Venus. HEX triplet: 99, 90 and 91. RGB value is (153,144,145). Sum of RGB (Red+Green+Blue) = 153+144+145=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #999091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999091 is #666F6E. Grayscale: #929292. Windows color (decimal): -6713199 or 9539737. OLE color: 9539737.

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

Color convert

RGB 153 144 145 -
CMYK 0 0.06 0.05 0.4
HSL 353.33º 0.04% 0.58% -
HSV(B) 353.33º 0.06% 0.6% -
XYZ 28.22 28.76 30.85 -
YUV 146.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 153 144 145 0 0.06 0.05 0.4 353.33 0.04 0.58
Hex 99 90 91 0 6 5 28 161 4 3A
Octal 231 220 221 0 6 5 50 541 4 72
Binary 10011001 10010000 10010001 0 110 101 101000 101100001 100 111010

Color Harmonies of #999091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999091

Black with #999091

Text Example


Text Example

White with #999091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999091; }

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

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

background-color css

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

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

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

border-color css

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

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

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