Html Css Color HEX #96868C Venus

📋 copy color: '#96868C'

red 150 ◦ green 134 ◦ blue 140

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

Shades of Venus #96868C

Tints of Venus #96868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 35.38%
G = 31.6%
B = 33.02%

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

#96868C (or 0x96868C) is known color: Venus. HEX triplet: 96, 86 and 8C. RGB value is (150,134,140). Sum of RGB (Red+Green+Blue) = 150+134+140=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868C is #697973. Grayscale: #8B8B8B. Windows color (decimal): -6912372 or 9209494. OLE color: 9209494.

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

Color convert

RGB 150 134 140 -
CMYK 0 0.11 0.07 0.41
HSL 337.5º 0.07% 0.56% -
HSV(B) 337.5º 0.11% 0.59% -
XYZ 25.84 25.43 28.36 -
YUV 139.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 150 134 140 0 0.11 0.07 0.41 337.5 0.07 0.56
Hex 96 86 8C 0 B 7 29 152 7 38
Octal 226 206 214 0 13 7 51 522 7 70
Binary 10010110 10000110 10001100 0 1011 111 101001 101010010 111 111000

Color Harmonies of #96868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96868C

Black with #96868C

Text Example


Text Example

White with #96868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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