Html Css Color HEX #967985 Venus

📋 copy color: '#967985'

red 150 ◦ green 121 ◦ blue 133

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

Shades of Venus #967985

Tints of Venus #967985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 37.13%
G = 29.95%
B = 32.92%

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

#967985 (or 0x967985) is known color: Venus. HEX triplet: 96, 79 and 85. RGB value is (150,121,133). Sum of RGB (Red+Green+Blue) = 150+121+133=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967985 is #69867A. Grayscale: #838383. Windows color (decimal): -6915707 or 8747414. OLE color: 8747414.

HSL color Cylindrical-coordinate representation of color #967985: hue angle of 335.17º 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 #967985 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 133 -
CMYK 0 0.19 0.11 0.41
HSL 335.17º 0.12% 0.53% -
HSV(B) 335.17º 0.19% 0.59% -
XYZ 23.65 21.85 25.16 -
YUV 131.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 150 121 133 0 0.19 0.11 0.41 335.17 0.12 0.53
Hex 96 79 85 0 13 B 29 14F C 35
Octal 226 171 205 0 23 13 51 517 14 65
Binary 10010110 1111001 10000101 0 10011 1011 101001 101001111 1100 110101

Color Harmonies of #967985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967985

Black with #967985

Text Example


Text Example

White with #967985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967985; }

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

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

background-color css

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

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

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

border-color css

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

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

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