#9D998B

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

Shades of Nomad #9D998B

Tints of Nomad #9D998B

Color information

#9D998B (or 0x9D998B) is unknown color: approx Nomad. HEX triplet: 9D, 99 and 8B. RGB value is (157,153,139). Sum of RGB (Red+Green+Blue) = 157+153+139=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D998B is #626674. Grayscale: #989898. Windows color (decimal): -6448757 or 9148829. OLE color: 9148829.

HSL color Cylindrical-coordinate representation of color #9D998B: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D998B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB157153139-
CMYK00.030.110.38
HSL46.67º8.41%58.04%-
HSV(B)46.67º11.46%61.57%-
XYZ29.9631.8128.99-
YUV152.6120.33131.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=34.97%
G=34.08%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715313900.030.110.3846.678.4158.04
Hex9D998B03B262f83a
Octal235231213031346571072
Binary10011101100110011000101101110111001101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,153,139); }

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

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

 a { background-color: rgb(157,153,139); }

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

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

 span { border-color: rgb(157,153,139); }

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