Html Css Color HEX #958D83 Heathered Grey

📋 copy color: '#958D83'

red 149 ◦ green 141 ◦ blue 131

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

Shades of Heathered Grey #958D83

Tints of Heathered Grey #958D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 35.39%
G = 33.49%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958D83 (or 0x958D83) is known color: Heathered Grey. HEX triplet: 95, 8D and 83. RGB value is (149,141,131). Sum of RGB (Red+Green+Blue) = 149+141+131=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D83 is #6A727C. Grayscale: #8E8E8E. Windows color (decimal): -6976125 or 8621461. OLE color: 8621461.

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

Color convert

RGB 149 141 131 -
CMYK 0 0.05 0.12 0.42
HSL 33.33º 0.08% 0.55% -
HSV(B) 33.33º 0.12% 0.58% -
XYZ 26.02 27.08 25.33 -
YUV 142.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 149 141 131 0 0.05 0.12 0.42 33.33 0.08 0.55
Hex 95 8D 83 0 5 C 2A 21 8 37
Octal 225 215 203 0 5 14 52 41 10 67
Binary 10010101 10001101 10000011 0 101 1100 101010 100001 1000 110111

Color Harmonies of #958D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D83

Black with #958D83

Text Example


Text Example

White with #958D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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