#9B937F

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

Shades of Nomad #9B937F

Tints of Nomad #9B937F

Color information

#9B937F (or 0x9B937F) is unknown color: approx Nomad. HEX triplet: 9B, 93 and 7F. RGB value is (155,147,127). Sum of RGB (Red+Green+Blue) = 155+147+127=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B937F is #646C80. Grayscale: #939393. Windows color (decimal): -6581377 or 8360859. OLE color: 8360859.

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

Color convert

RGB155147127-
CMYK00.050.180.39
HSL42.86º12.28%55.29%-
HSV(B)42.86º18.06%60.78%-
XYZ27.7829.3724.28-
YUV147.11116.65133.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 127 (50% from 255) = 29.60%
R=36.13%
G=34.27%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514712700.050.180.3942.8612.2855.29
Hex9B937F0512272bc37
Octal233223177052247531467
Binary100110111001001111111110101100101001111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,127); }

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

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

 a { background-color: rgb(155,147,127); }

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

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

 span { border-color: rgb(155,147,127); }

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