Html Css Color HEX #958B81 Heathered Grey

📋 copy color: '#958B81'

red 149 ◦ green 139 ◦ blue 129

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

Shades of Heathered Grey #958B81

Tints of Heathered Grey #958B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

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

R = 35.73%
G = 33.33%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958B81 (or 0x958B81) is known color: Heathered Grey. HEX triplet: 95, 8B and 81. RGB value is (149,139,129). Sum of RGB (Red+Green+Blue) = 149+139+129=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B81 is #6A747E. Grayscale: #8C8C8C. Windows color (decimal): -6976639 or 8489877. OLE color: 8489877.

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

Color convert

RGB 149 139 129 -
CMYK 0 0.07 0.13 0.42
HSL 30º 0.09% 0.55% -
HSV(B) 30º 0.13% 0.58% -
XYZ 25.59 26.44 24.52 -
YUV 140.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 149 139 129 0 0.07 0.13 0.42 30 0.09 0.55
Hex 95 8B 81 0 7 D 2A 1E 9 37
Octal 225 213 201 0 7 15 52 36 11 67
Binary 10010101 10001011 10000001 0 111 1101 101010 11110 1001 110111

Color Harmonies of #958B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B81

Black with #958B81

Text Example


Text Example

White with #958B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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