Html Css Color HEX #968086 Venus

📋 copy color: '#968086'

red 150 ◦ green 128 ◦ blue 134

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

Shades of Venus #968086

Tints of Venus #968086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 36.41%
G = 31.07%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968086 (or 0x968086) is known color: Venus. HEX triplet: 96, 80 and 86. RGB value is (150,128,134). Sum of RGB (Red+Green+Blue) = 150+128+134=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968086 is #697F79. Grayscale: #878787. Windows color (decimal): -6913914 or 8814742. OLE color: 8814742.

HSL color Cylindrical-coordinate representation of color #968086: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968086 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 134 -
CMYK 0 0.15 0.11 0.41
HSL 343.64º 0.09% 0.55% -
HSV(B) 343.64º 0.15% 0.59% -
XYZ 24.6 23.64 25.82 -
YUV 135.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 150 128 134 0 0.15 0.11 0.41 343.64 0.09 0.55
Hex 96 80 86 0 F B 29 158 9 37
Octal 226 200 206 0 17 13 51 530 11 67
Binary 10010110 10000000 10000110 0 1111 1011 101001 101011000 1001 110111

Color Harmonies of #968086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968086

Black with #968086

Text Example


Text Example

White with #968086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968086; }

 p { color: rgb(150,128,134); }

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

background-color css

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

 a { background-color: rgb(150,128,134); }

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

border-color css

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

 span { border-color: rgb(150,128,134); }

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