Html Css Color HEX #958F85 Heathered Grey

📋 copy color: '#958F85'

red 149 ◦ green 143 ◦ blue 133

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

Shades of Heathered Grey #958F85

Tints of Heathered Grey #958F85

RGB

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

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

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

R = 35.06%
G = 33.65%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958F85 (or 0x958F85) is known color: Heathered Grey. HEX triplet: 95, 8F and 85. RGB value is (149,143,133). Sum of RGB (Red+Green+Blue) = 149+143+133=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #958F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F85 is #6A707A. Grayscale: #8F8F8F. Windows color (decimal): -6975611 or 8753045. OLE color: 8753045.

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

Color convert

RGB 149 143 133 -
CMYK 0 0.04 0.11 0.42
HSL 37.5º 0.07% 0.55% -
HSV(B) 37.5º 0.11% 0.58% -
XYZ 26.45 27.73 26.15 -
YUV 143.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 149 143 133 0 0.04 0.11 0.42 37.5 0.07 0.55
Hex 95 8F 85 0 4 B 2A 26 7 37
Octal 225 217 205 0 4 13 52 46 7 67
Binary 10010101 10001111 10000101 0 100 1011 101010 100110 111 110111

Color Harmonies of #958F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F85

Black with #958F85

Text Example


Text Example

White with #958F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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