Html Css Color HEX #958E83 Heathered Grey

📋 copy color: '#958E83'

red 149 ◦ green 142 ◦ blue 131

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

Shades of Heathered Grey #958E83

Tints of Heathered Grey #958E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 35.31%
G = 33.65%
B = 31.04%

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

#958E83 (or 0x958E83) is known color: Heathered Grey. HEX triplet: 95, 8E and 83. RGB value is (149,142,131). Sum of RGB (Red+Green+Blue) = 149+142+131=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E83 is #6A717C. Grayscale: #8E8E8E. Windows color (decimal): -6975869 or 8621717. OLE color: 8621717.

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

Color convert

RGB 149 142 131 -
CMYK 0 0.05 0.12 0.42
HSL 36.67º 0.08% 0.55% -
HSV(B) 36.67º 0.12% 0.58% -
XYZ 26.16 27.37 25.38 -
YUV 142.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 149 142 131 0 0.05 0.12 0.42 36.67 0.08 0.55
Hex 95 8E 83 0 5 C 2A 25 8 37
Octal 225 216 203 0 5 14 52 45 10 67
Binary 10010101 10001110 10000011 0 101 1100 101010 100101 1000 110111

Color Harmonies of #958E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E83

Black with #958E83

Text Example


Text Example

White with #958E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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