Html Css Color HEX #959083 Heathered Grey

📋 copy color: '#959083'

red 149 ◦ green 144 ◦ blue 131

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

Shades of Heathered Grey #959083

Tints of Heathered Grey #959083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 35.14%
G = 33.96%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#959083 (or 0x959083) is known color: Heathered Grey. HEX triplet: 95, 90 and 83. RGB value is (149,144,131). Sum of RGB (Red+Green+Blue) = 149+144+131=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #959083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959083 is #6A6F7C. Grayscale: #909090. Windows color (decimal): -6975357 or 8622229. OLE color: 8622229.

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

Color convert

RGB 149 144 131 -
CMYK 0 0.03 0.12 0.42
HSL 43.33º 0.08% 0.55% -
HSV(B) 43.33º 0.12% 0.58% -
XYZ 26.46 27.97 25.48 -
YUV 144.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 149 144 131 0 0.03 0.12 0.42 43.33 0.08 0.55
Hex 95 90 83 0 3 C 2A 2B 8 37
Octal 225 220 203 0 3 14 52 53 10 67
Binary 10010101 10010000 10000011 0 11 1100 101010 101011 1000 110111

Color Harmonies of #959083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959083

Black with #959083

Text Example


Text Example

White with #959083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959083; }

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

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

background-color css

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

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

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

border-color css

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

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

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