Html Css Color HEX #96868A Venus

📋 copy color: '#96868A'

red 150 ◦ green 134 ◦ blue 138

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

Shades of Venus #96868A

Tints of Venus #96868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 35.55%
G = 31.75%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96868A (or 0x96868A) is known color: Venus. HEX triplet: 96, 86 and 8A. RGB value is (150,134,138). Sum of RGB (Red+Green+Blue) = 150+134+138=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868A is #697975. Grayscale: #8B8B8B. Windows color (decimal): -6912374 or 9078422. OLE color: 9078422.

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

Color convert

RGB 150 134 138 -
CMYK 0 0.11 0.08 0.41
HSL 345º 0.07% 0.56% -
HSV(B) 345º 0.11% 0.59% -
XYZ 25.69 25.37 27.59 -
YUV 139.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 150 134 138 0 0.11 0.08 0.41 345 0.07 0.56
Hex 96 86 8A 0 B 8 29 159 7 38
Octal 226 206 212 0 13 10 51 531 7 70
Binary 10010110 10000110 10001010 0 1011 1000 101001 101011001 111 111000

Color Harmonies of #96868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96868A

Black with #96868A

Text Example


Text Example

White with #96868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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