Html Css Color HEX #9B9091 Venus

📋 copy color: '#9B9091'

red 155 ◦ green 144 ◦ blue 145

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

Shades of Venus #9B9091

Tints of Venus #9B9091

RGB

 RED value IS 155 (60.94% from 255) = 34.91%

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

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

R = 34.91%
G = 32.43%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B9091 (or 0x9B9091) is known color: Venus. HEX triplet: 9B, 90 and 91. RGB value is (155,144,145). Sum of RGB (Red+Green+Blue) = 155+144+145=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9091 is #646F6E. Grayscale: #939393. Windows color (decimal): -6582127 or 9539739. OLE color: 9539739.

HSL color Cylindrical-coordinate representation of color #9B9091: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9091 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 145 -
CMYK 0 0.07 0.06 0.39
HSL 354.55º 0.05% 0.59% -
HSV(B) 354.55º 0.07% 0.61% -
XYZ 28.6 28.96 30.87 -
YUV 147.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 155 144 145 0 0.07 0.06 0.39 354.55 0.05 0.59
Hex 9B 90 91 0 7 6 27 163 5 3B
Octal 233 220 221 0 7 6 47 543 5 73
Binary 10011011 10010000 10010001 0 111 110 100111 101100011 101 111011

Color Harmonies of #9B9091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9091

Black with #9B9091

Text Example


Text Example

White with #9B9091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9091; }

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

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

background-color css

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

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

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

border-color css

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

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

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