Html Css Color HEX #948E86 Heathered Grey

📋 copy color: '#948E86'

red 148 ◦ green 142 ◦ blue 134

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

Shades of Heathered Grey #948E86

Tints of Heathered Grey #948E86

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 34.91%
G = 33.49%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948E86 (or 0x948E86) is known color: Heathered Grey. HEX triplet: 94, 8E and 86. RGB value is (148,142,134). Sum of RGB (Red+Green+Blue) = 148+142+134=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E86 is #6B7179. Grayscale: #8E8E8E. Windows color (decimal): -7041402 or 8818324. OLE color: 8818324.

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

Color convert

RGB 148 142 134 -
CMYK 0 0.04 0.09 0.42
HSL 34.29º 0.06% 0.55% -
HSV(B) 34.29º 0.09% 0.58% -
XYZ 26.19 27.36 26.46 -
YUV 142.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 148 142 134 0 0.04 0.09 0.42 34.29 0.06 0.55
Hex 94 8E 86 0 4 9 2A 22 6 37
Octal 224 216 206 0 4 11 52 42 6 67
Binary 10010100 10001110 10000110 0 100 1001 101010 100010 110 110111

Color Harmonies of #948E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E86

Black with #948E86

Text Example


Text Example

White with #948E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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