Html Css Color HEX #958D85 Heathered Grey

📋 copy color: '#958D85'

red 149 ◦ green 141 ◦ blue 133

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

Shades of Heathered Grey #958D85

Tints of Heathered Grey #958D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 35.22%
G = 33.33%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958D85 (or 0x958D85) is known color: Heathered Grey. HEX triplet: 95, 8D and 85. RGB value is (149,141,133). Sum of RGB (Red+Green+Blue) = 149+141+133=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D85 is #6A727A. Grayscale: #8E8E8E. Windows color (decimal): -6976123 or 8752533. OLE color: 8752533.

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

Color convert

RGB 149 141 133 -
CMYK 0 0.05 0.11 0.42
HSL 30º 0.07% 0.55% -
HSV(B) 30º 0.11% 0.58% -
XYZ 26.15 27.13 26.05 -
YUV 142.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 149 141 133 0 0.05 0.11 0.42 30 0.07 0.55
Hex 95 8D 85 0 5 B 2A 1E 7 37
Octal 225 215 205 0 5 13 52 36 7 67
Binary 10010101 10001101 10000101 0 101 1011 101010 11110 111 110111

Color Harmonies of #958D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D85

Black with #958D85

Text Example


Text Example

White with #958D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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