#9C988F

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

Shades of Nomad #9C988F

Tints of Nomad #9C988F

Color information

#9C988F (or 0x9C988F) is unknown color: approx Nomad. HEX triplet: 9C, 98 and 8F. RGB value is (156,152,143). Sum of RGB (Red+Green+Blue) = 156+152+143=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C988F is #636770. Grayscale: #989898. Windows color (decimal): -6514545 or 9410716. OLE color: 9410716.

HSL color Cylindrical-coordinate representation of color #9C988F: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C988F is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156152143-
CMYK00.030.080.39
HSL41.54º6.16%58.63%-
HSV(B)41.54º8.33%61.18%-
XYZ29.931.5130.49-
YUV152.17122.83130.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=34.59%
G=33.70%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615214300.030.080.3941.546.1658.63
Hex9C988F038272a63b
Octal23423021703104752673
Binary1001110010011000100011110111000100111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,143); }

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

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

 a { background-color: rgb(156,152,143); }

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

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

 span { border-color: rgb(156,152,143); }

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