Html Css Color HEX #96858C Venus

📋 copy color: '#96858C'

red 150 ◦ green 133 ◦ blue 140

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

Shades of Venus #96858C

Tints of Venus #96858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 35.46%
G = 31.44%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96858C (or 0x96858C) is known color: Venus. HEX triplet: 96, 85 and 8C. RGB value is (150,133,140). Sum of RGB (Red+Green+Blue) = 150+133+140=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96858C is #697A73. Grayscale: #8A8A8A. Windows color (decimal): -6912628 or 9209238. OLE color: 9209238.

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

Color convert

RGB 150 133 140 -
CMYK 0 0.11 0.07 0.41
HSL 335.29º 0.07% 0.55% -
HSV(B) 335.29º 0.11% 0.59% -
XYZ 25.7 25.15 28.31 -
YUV 138.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 150 133 140 0 0.11 0.07 0.41 335.29 0.07 0.55
Hex 96 85 8C 0 B 7 29 14F 7 37
Octal 226 205 214 0 13 7 51 517 7 67
Binary 10010110 10000101 10001100 0 1011 111 101001 101001111 111 110111

Color Harmonies of #96858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96858C

Black with #96858C

Text Example


Text Example

White with #96858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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