#9F9A99

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

Shades of Nobel #9F9A99

Tints of Nobel #9F9A99

Color information

#9F9A99 (or 0x9F9A99) is unknown color: approx Nobel. HEX triplet: 9F, 9A and 99. RGB value is (159,154,153). Sum of RGB (Red+Green+Blue) = 159+154+153=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A99 is #606566. Grayscale: #9B9B9B. Windows color (decimal): -6317415 or 10066591. OLE color: 10066591.

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

Color convert

RGB159154153-
CMYK00.030.040.38
HSL10º3.03%61.18%-
HSV(B)10º3.77%62.35%-
XYZ31.632.7834.8-
YUV155.38126.66130.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=34.12%
G=33.05%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915415300.030.040.38103.0361.18
Hex9F9A9903426a33d
Octal2372322310344612375
Binary100111111001101010011001011100100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,153); }

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

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

 a { background-color: rgb(159,154,153); }

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

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

 span { border-color: rgb(159,154,153); }

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