Html Css Color HEX #968992 Taupe Grey

📋 copy color: '#968992'

red 150 ◦ green 137 ◦ blue 146

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

Shades of Taupe Grey #968992

Tints of Taupe Grey #968992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 34.64%
G = 31.64%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968992 (or 0x968992) is known color: Taupe Grey. HEX triplet: 96, 89 and 92. RGB value is (150,137,146). Sum of RGB (Red+Green+Blue) = 150+137+146=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #968992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968992 is #69766D. Grayscale: #8D8D8D. Windows color (decimal): -6911598 or 9603478. OLE color: 9603478.

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

Color convert

RGB 150 137 146 -
CMYK 0 0.09 0.03 0.41
HSL 318.46º 0.06% 0.56% -
HSV(B) 318.46º 0.09% 0.59% -
XYZ 26.71 26.45 30.89 -
YUV 141.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 150 137 146 0 0.09 0.03 0.41 318.46 0.06 0.56
Hex 96 89 92 0 9 3 29 13E 6 38
Octal 226 211 222 0 11 3 51 476 6 70
Binary 10010110 10001001 10010010 0 1001 11 101001 100111110 110 111000

Color Harmonies of #968992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968992

Black with #968992

Text Example


Text Example

White with #968992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968992; }

 p { color: rgb(150,137,146); }

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

background-color css

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

 a { background-color: rgb(150,137,146); }

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

border-color css

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

 span { border-color: rgb(150,137,146); }

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