Html Css Color HEX #948690 Taupe Grey

📋 copy color: '#948690'

red 148 ◦ green 134 ◦ blue 144

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

Shades of Taupe Grey #948690

Tints of Taupe Grey #948690

RGB

 RED value IS 148 (58.2% from 255) = 34.74%

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

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 34.74%
G = 31.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948690 (or 0x948690) is known color: Taupe Grey. HEX triplet: 94, 86 and 90. RGB value is (148,134,144). Sum of RGB (Red+Green+Blue) = 148+134+144=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #948690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948690 is #6B796F. Grayscale: #8B8B8B. Windows color (decimal): -7043440 or 9471636. OLE color: 9471636.

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

Color convert

RGB 148 134 144 -
CMYK 0 0.09 0.03 0.42
HSL 317.14º 0.06% 0.55% -
HSV(B) 317.14º 0.09% 0.58% -
XYZ 25.77 25.36 29.92 -
YUV 139.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 148 134 144 0 0.09 0.03 0.42 317.14 0.06 0.55
Hex 94 86 90 0 9 3 2A 13D 6 37
Octal 224 206 220 0 11 3 52 475 6 67
Binary 10010100 10000110 10010000 0 1001 11 101010 100111101 110 110111

Color Harmonies of #948690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948690

Black with #948690

Text Example


Text Example

White with #948690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948690; }

 p { color: rgb(148,134,144); }

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

background-color css

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

 a { background-color: rgb(148,134,144); }

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

border-color css

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

 span { border-color: rgb(148,134,144); }

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