#9F947D

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

Shades of Nomad #9F947D

Tints of Nomad #9F947D

Color information

#9F947D (or 0x9F947D) is unknown color: approx Nomad. HEX triplet: 9F, 94 and 7D. RGB value is (159,148,125). Sum of RGB (Red+Green+Blue) = 159+148+125=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F947D is #606B82. Grayscale: #949494. Windows color (decimal): -6318979 or 8230047. OLE color: 8230047.

HSL color Cylindrical-coordinate representation of color #9F947D: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F947D is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159148125-
CMYK00.070.210.38
HSL40.59º15.04%55.69%-
HSV(B)40.59º21.38%62.35%-
XYZ28.5930.0323.69-
YUV148.67114.64135.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.81%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=36.81%
G=34.26%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914812500.070.210.3840.5915.0455.69
Hex9F947D07152629f38
Octal237224175072546511770
Binary100111111001010011111010111101011001101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,125); }

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

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

 a { background-color: rgb(159,148,125); }

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

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

 span { border-color: rgb(159,148,125); }

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