Html Css Color HEX #958D81 Heathered Grey

📋 copy color: '#958D81'

red 149 ◦ green 141 ◦ blue 129

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

Shades of Heathered Grey #958D81

Tints of Heathered Grey #958D81

RGB

 RED value IS 149 (58.59% from 255) = 35.56%

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 35.56%
G = 33.65%
B = 30.79%

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

#958D81 (or 0x958D81) is known color: Heathered Grey. HEX triplet: 95, 8D and 81. RGB value is (149,141,129). Sum of RGB (Red+Green+Blue) = 149+141+129=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D81 is #6A727E. Grayscale: #8E8E8E. Windows color (decimal): -6976127 or 8490389. OLE color: 8490389.

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

Color convert

RGB 149 141 129 -
CMYK 0 0.05 0.13 0.42
HSL 36º 0.09% 0.55% -
HSV(B) 36º 0.13% 0.58% -
XYZ 25.88 27.02 24.62 -
YUV 142.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 149 141 129 0 0.05 0.13 0.42 36 0.09 0.55
Hex 95 8D 81 0 5 D 2A 24 9 37
Octal 225 215 201 0 5 15 52 44 11 67
Binary 10010101 10001101 10000001 0 101 1101 101010 100100 1001 110111

Color Harmonies of #958D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D81

Black with #958D81

Text Example


Text Example

White with #958D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D81; }

 p { color: rgb(149,141,129); }

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

background-color css

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

 a { background-color: rgb(149,141,129); }

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

border-color css

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

 span { border-color: rgb(149,141,129); }

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