Html Css Color HEX #948592 Taupe Grey

📋 copy color: '#948592'

red 148 ◦ green 133 ◦ blue 146

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

Shades of Taupe Grey #948592

Tints of Taupe Grey #948592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 34.66%
G = 31.15%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948592 (or 0x948592) is known color: Taupe Grey. HEX triplet: 94, 85 and 92. RGB value is (148,133,146). Sum of RGB (Red+Green+Blue) = 148+133+146=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948592 is #6B7A6D. Grayscale: #8A8A8A. Windows color (decimal): -7043694 or 9602452. OLE color: 9602452.

HSL color Cylindrical-coordinate representation of color #948592: hue angle of 308º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948592 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 146 -
CMYK 0 0.10 0.01 0.42
HSL 308º 0.07% 0.55% -
HSV(B) 308º 0.1% 0.58% -
XYZ 25.79 25.15 30.69 -
YUV 138.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 148 133 146 0 0.10 0.01 0.42 308 0.07 0.55
Hex 94 85 92 0 A 1 2A 134 7 37
Octal 224 205 222 0 12 1 52 464 7 67
Binary 10010100 10000101 10010010 0 1010 1 101010 100110100 111 110111

Color Harmonies of #948592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948592

Black with #948592

Text Example


Text Example

White with #948592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948592; }

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

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

background-color css

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

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

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

border-color css

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

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

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