#979590

Color #979590 Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #979590

Tints of Nomad #979590

Color information

#979590 (or 0x979590) is unknown color: approx Nomad. HEX triplet: 97, 95 and 90. RGB value is (151,149,144). Sum of RGB (Red+Green+Blue) = 151+149+144=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 151 - color contains mainly: red. Hex color #979590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979590 is #686A6F. Grayscale: #959595. Windows color (decimal): -6842992 or 9475479. OLE color: 9475479.

HSL color Cylindrical-coordinate representation of color #979590: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979590 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB151149144-
CMYK00.010.050.41
HSL42.86º3.26%57.84%-
HSV(B)42.86º4.64%59.22%-
XYZ28.5430.0930.69-
YUV149.03125.16129.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=34.01%
G=33.56%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114914400.010.050.4142.863.2657.84
Hex979590015292b33a
Octal2272252200155153372
Binary1001011110010101100100000110110100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979590; }

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

 H1.HeaderClassName
 {
   color: #979590;
 }
 .AnyTagClassName
 {
   color: #979590;
 }
</style>
background-color css

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

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

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

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

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

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