#9D9695

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

Shades of Nobel #9D9695

Tints of Nobel #9D9695

Color information

#9D9695 (or 0x9D9695) is unknown color: approx Nobel. HEX triplet: 9D, 96 and 95. RGB value is (157,150,149). Sum of RGB (Red+Green+Blue) = 157+150+149=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9695 is #62696A. Grayscale: #979797. Windows color (decimal): -6449515 or 9803421. OLE color: 9803421.

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

Color convert

RGB157150149-
CMYK00.040.050.38
HSL7.5º3.92%60%-
HSV(B)7.5º5.1%61.57%-
XYZ30.2431.1532.85-
YUV151.98126.32131.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=34.43%
G=32.89%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715014900.040.050.387.53.9260
Hex9D969504526843c
Octal2352262250454610474
Binary10011101100101101001010101001011001101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,149); }

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

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

 a { background-color: rgb(157,150,149); }

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

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

 span { border-color: rgb(157,150,149); }

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