#9F9783

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

Shades of Nomad #9F9783

Tints of Nomad #9F9783

Color information

#9F9783 (or 0x9F9783) is unknown color: approx Nomad. HEX triplet: 9F, 97 and 83. RGB value is (159,151,131). Sum of RGB (Red+Green+Blue) = 159+151+131=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9783 is #60687C. Grayscale: #979797. Windows color (decimal): -6318205 or 8624031. OLE color: 8624031.

HSL color Cylindrical-coordinate representation of color #9F9783: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9783 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159151131-
CMYK00.050.180.38
HSL42.86º12.73%56.86%-
HSV(B)42.86º17.61%62.35%-
XYZ29.4631.1425.93-
YUV151.11116.65133.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=36.05%
G=34.24%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915113100.050.180.3842.8612.7356.86
Hex9F97830512262bd39
Octal237227203052246531571
Binary1001111110010111100000110101100101001101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,131); }

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

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

 a { background-color: rgb(159,151,131); }

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

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

 span { border-color: rgb(159,151,131); }

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