Html Css Color HEX #948F81 Heathered Grey

📋 copy color: '#948F81'

red 148 ◦ green 143 ◦ blue 129

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

Shades of Heathered Grey #948F81

Tints of Heathered Grey #948F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 35.24%
G = 34.05%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#948F81 (or 0x948F81) is known color: Heathered Grey. HEX triplet: 94, 8F and 81. RGB value is (148,143,129). Sum of RGB (Red+Green+Blue) = 148+143+129=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F81 is #6B707E. Grayscale: #8E8E8E. Windows color (decimal): -7041151 or 8490900. OLE color: 8490900.

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

Color convert

RGB 148 143 129 -
CMYK 0 0.03 0.13 0.42
HSL 44.21º 0.08% 0.54% -
HSV(B) 44.21º 0.13% 0.58% -
XYZ 26 27.53 24.71 -
YUV 142.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 148 143 129 0 0.03 0.13 0.42 44.21 0.08 0.54
Hex 94 8F 81 0 3 D 2A 2C 8 36
Octal 224 217 201 0 3 15 52 54 10 66
Binary 10010100 10001111 10000001 0 11 1101 101010 101100 1000 110110

Color Harmonies of #948F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F81

Black with #948F81

Text Example


Text Example

White with #948F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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