Html Css Color HEX #948C85 Heathered Grey

📋 copy color: '#948C85'

red 148 ◦ green 140 ◦ blue 133

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

Shades of Heathered Grey #948C85

Tints of Heathered Grey #948C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 35.15%
G = 33.25%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#948C85 (or 0x948C85) is known color: Heathered Grey. HEX triplet: 94, 8C and 85. RGB value is (148,140,133). Sum of RGB (Red+Green+Blue) = 148+140+133=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C85 is #6B737A. Grayscale: #8D8D8D. Windows color (decimal): -7041915 or 8752276. OLE color: 8752276.

HSL color Cylindrical-coordinate representation of color #948C85: hue angle of 28º 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 #948C85 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 133 -
CMYK 0 0.05 0.10 0.42
HSL 28º 0.07% 0.55% -
HSV(B) 28º 0.1% 0.58% -
XYZ 25.82 26.75 25.99 -
YUV 141.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 148 140 133 0 0.05 0.10 0.42 28 0.07 0.55
Hex 94 8C 85 0 5 A 2A 1C 7 37
Octal 224 214 205 0 5 12 52 34 7 67
Binary 10010100 10001100 10000101 0 101 1010 101010 11100 111 110111

Color Harmonies of #948C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C85

Black with #948C85

Text Example


Text Example

White with #948C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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