Html Css Color HEX #948693 Taupe Grey

📋 copy color: '#948693'

red 148 ◦ green 134 ◦ blue 147

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

Shades of Taupe Grey #948693

Tints of Taupe Grey #948693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 34.5%
G = 31.24%
B = 34.27%

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

#948693 (or 0x948693) is known color: Taupe Grey. HEX triplet: 94, 86 and 93. RGB value is (148,134,147). Sum of RGB (Red+Green+Blue) = 148+134+147=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948693 is #6B796C. Grayscale: #8B8B8B. Windows color (decimal): -7043437 or 9668244. OLE color: 9668244.

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

Color convert

RGB 148 134 147 -
CMYK 0 0.09 0.01 0.42
HSL 304.29º 0.06% 0.55% -
HSV(B) 304.29º 0.09% 0.58% -
XYZ 26 25.45 31.15 -
YUV 139.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 148 134 147 0 0.09 0.01 0.42 304.29 0.06 0.55
Hex 94 86 93 0 9 1 2A 130 6 37
Octal 224 206 223 0 11 1 52 460 6 67
Binary 10010100 10000110 10010011 0 1001 1 101010 100110000 110 110111

Color Harmonies of #948693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948693

Black with #948693

Text Example


Text Example

White with #948693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948693; }

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

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

background-color css

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

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

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

border-color css

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

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

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