Html Css Color HEX #968184 Venus

📋 copy color: '#968184'

red 150 ◦ green 129 ◦ blue 132

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

Shades of Venus #968184

Tints of Venus #968184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 36.5%
G = 31.39%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#968184 (or 0x968184) is known color: Venus. HEX triplet: 96, 81 and 84. RGB value is (150,129,132). Sum of RGB (Red+Green+Blue) = 150+129+132=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #968184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968184 is #697E7B. Grayscale: #878787. Windows color (decimal): -6913660 or 8683926. OLE color: 8683926.

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

Color convert

RGB 150 129 132 -
CMYK 0 0.14 0.12 0.41
HSL 351.43º 0.09% 0.55% -
HSV(B) 351.43º 0.14% 0.59% -
XYZ 24.59 23.85 25.14 -
YUV 135.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 150 129 132 0 0.14 0.12 0.41 351.43 0.09 0.55
Hex 96 81 84 0 E C 29 15F 9 37
Octal 226 201 204 0 16 14 51 537 11 67
Binary 10010110 10000001 10000100 0 1110 1100 101001 101011111 1001 110111

Color Harmonies of #968184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968184

Black with #968184

Text Example


Text Example

White with #968184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968184; }

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

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

background-color css

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

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

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

border-color css

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

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

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