Html Css Color HEX #969091 Venus

📋 copy color: '#969091'

red 150 ◦ green 144 ◦ blue 145

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

Shades of Venus #969091

Tints of Venus #969091

RGB

 RED value IS 150 (58.98% from 255) = 34.17%

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

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

R = 34.17%
G = 32.8%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#969091 (or 0x969091) is known color: Venus. HEX triplet: 96, 90 and 91. RGB value is (150,144,145). Sum of RGB (Red+Green+Blue) = 150+144+145=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 150 - color contains mainly: red. Hex color #969091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969091 is #696F6E. Grayscale: #919191. Windows color (decimal): -6909807 or 9539734. OLE color: 9539734.

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

Color convert

RGB 150 144 145 -
CMYK 0 0.04 0.03 0.41
HSL 350º 0.03% 0.58% -
HSV(B) 350º 0.04% 0.59% -
XYZ 27.66 28.47 30.83 -
YUV 145.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 150 144 145 0 0.04 0.03 0.41 350 0.03 0.58
Hex 96 90 91 0 4 3 29 15E 3 3A
Octal 226 220 221 0 4 3 51 536 3 72
Binary 10010110 10010000 10010001 0 100 11 101001 101011110 11 111010

Color Harmonies of #969091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969091

Black with #969091

Text Example


Text Example

White with #969091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969091; }

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

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

background-color css

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

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

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

border-color css

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

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

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