Html Css Color HEX #967986 Venus

📋 copy color: '#967986'

red 150 ◦ green 121 ◦ blue 134

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

Shades of Venus #967986

Tints of Venus #967986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

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

R = 37.04%
G = 29.88%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967986 (or 0x967986) is known color: Venus. HEX triplet: 96, 79 and 86. RGB value is (150,121,134). Sum of RGB (Red+Green+Blue) = 150+121+134=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967986 is #698679. Grayscale: #838383. Windows color (decimal): -6915706 or 8812950. OLE color: 8812950.

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

Color convert

RGB 150 121 134 -
CMYK 0 0.19 0.11 0.41
HSL 333.1º 0.12% 0.53% -
HSV(B) 333.1º 0.19% 0.59% -
XYZ 23.72 21.88 25.53 -
YUV 131.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 150 121 134 0 0.19 0.11 0.41 333.1 0.12 0.53
Hex 96 79 86 0 13 B 29 14D C 35
Octal 226 171 206 0 23 13 51 515 14 65
Binary 10010110 1111001 10000110 0 10011 1011 101001 101001101 1100 110101

Color Harmonies of #967986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967986

Black with #967986

Text Example


Text Example

White with #967986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967986; }

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

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

background-color css

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

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

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

border-color css

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

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

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