#9C978C

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

Shades of Nomad #9C978C

Tints of Nomad #9C978C

Color information

#9C978C (or 0x9C978C) is unknown color: approx Nomad. HEX triplet: 9C, 97 and 8C. RGB value is (156,151,140). Sum of RGB (Red+Green+Blue) = 156+151+140=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C978C is #636873. Grayscale: #979797. Windows color (decimal): -6514804 or 9213852. OLE color: 9213852.

HSL color Cylindrical-coordinate representation of color #9C978C: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C978C is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156151140-
CMYK00.030.100.39
HSL41.25º7.48%58.04%-
HSV(B)41.25º10.26%61.18%-
XYZ29.5131.0929.26-
YUV151.24121.66131.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=34.90%
G=33.78%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615114000.030.100.3941.257.4858.04
Hex9C978C03A272973a
Octal23422721403124751772
Binary1001110010010111100011000111010100111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C978C; }

 p { color: rgb(156,151,140); }

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

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

 a { background-color: rgb(156,151,140); }

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

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

 span { border-color: rgb(156,151,140); }

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