Html Css Color HEX #968486 Venus

📋 copy color: '#968486'

red 150 ◦ green 132 ◦ blue 134

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

Shades of Venus #968486

Tints of Venus #968486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

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

R = 36.06%
G = 31.73%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968486 (or 0x968486) is known color: Venus. HEX triplet: 96, 84 and 86. RGB value is (150,132,134). Sum of RGB (Red+Green+Blue) = 150+132+134=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968486 is #697B79. Grayscale: #898989. Windows color (decimal): -6912890 or 8815766. OLE color: 8815766.

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

Color convert

RGB 150 132 134 -
CMYK 0 0.12 0.11 0.41
HSL 353.33º 0.08% 0.55% -
HSV(B) 353.33º 0.12% 0.59% -
XYZ 25.13 24.71 26 -
YUV 137.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 150 132 134 0 0.12 0.11 0.41 353.33 0.08 0.55
Hex 96 84 86 0 C B 29 161 8 37
Octal 226 204 206 0 14 13 51 541 10 67
Binary 10010110 10000100 10000110 0 1100 1011 101001 101100001 1000 110111

Color Harmonies of #968486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968486

Black with #968486

Text Example


Text Example

White with #968486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968486; }

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

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

background-color css

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

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

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

border-color css

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

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

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