Html Css Color HEX #948C81 Heathered Grey

📋 copy color: '#948C81'

red 148 ◦ green 140 ◦ blue 129

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

Shades of Heathered Grey #948C81

Tints of Heathered Grey #948C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 35.49%
G = 33.57%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#948C81 (or 0x948C81) is known color: Heathered Grey. HEX triplet: 94, 8C and 81. RGB value is (148,140,129). Sum of RGB (Red+Green+Blue) = 148+140+129=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C81 is #6B737E. Grayscale: #8D8D8D. Windows color (decimal): -7041919 or 8490132. OLE color: 8490132.

HSL color Cylindrical-coordinate representation of color #948C81: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948C81 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 129 -
CMYK 0 0.05 0.13 0.42
HSL 34.74º 0.08% 0.54% -
HSV(B) 34.74º 0.13% 0.58% -
XYZ 25.55 26.64 24.56 -
YUV 141.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 148 140 129 0 0.05 0.13 0.42 34.74 0.08 0.54
Hex 94 8C 81 0 5 D 2A 23 8 36
Octal 224 214 201 0 5 15 52 43 10 66
Binary 10010100 10001100 10000001 0 101 1101 101010 100011 1000 110110

Color Harmonies of #948C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C81

Black with #948C81

Text Example


Text Example

White with #948C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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