Html Css Color HEX #948692 Taupe Grey

📋 copy color: '#948692'

red 148 ◦ green 134 ◦ blue 146

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

Shades of Taupe Grey #948692

Tints of Taupe Grey #948692

RGB

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

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

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

R = 34.58%
G = 31.31%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948692 (or 0x948692) is known color: Taupe Grey. HEX triplet: 94, 86 and 92. RGB value is (148,134,146). Sum of RGB (Red+Green+Blue) = 148+134+146=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948692 is #6B796D. Grayscale: #8B8B8B. Windows color (decimal): -7043438 or 9602708. OLE color: 9602708.

HSL color Cylindrical-coordinate representation of color #948692: hue angle of 308.57º 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 #948692 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 146 -
CMYK 0 0.09 0.01 0.42
HSL 308.57º 0.06% 0.55% -
HSV(B) 308.57º 0.09% 0.58% -
XYZ 25.93 25.42 30.73 -
YUV 139.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 148 134 146 0 0.09 0.01 0.42 308.57 0.06 0.55
Hex 94 86 92 0 9 1 2A 135 6 37
Octal 224 206 222 0 11 1 52 465 6 67
Binary 10010100 10000110 10010010 0 1001 1 101010 100110101 110 110111

Color Harmonies of #948692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948692

Black with #948692

Text Example


Text Example

White with #948692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948692; }

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

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

background-color css

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

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

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

border-color css

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

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

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