#9D9595

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

Shades of Nobel #9D9595

Tints of Nobel #9D9595

Color information

#9D9595 (or 0x9D9595) is unknown color: approx Nobel. HEX triplet: 9D, 95 and 95. RGB value is (157,149,149). Sum of RGB (Red+Green+Blue) = 157+149+149=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9595 is #626A6A. Grayscale: #979797. Windows color (decimal): -6449771 or 9803165. OLE color: 9803165.

HSL color Cylindrical-coordinate representation of color #9D9595: hue angle of 0º 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 #9D9595 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB157149149-
CMYK00.050.050.38
HSL3.92%60%-
HSV(B)5.1%61.57%-
XYZ30.0830.8332.8-
YUV151.39126.65132-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=34.51%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714914900.050.050.3803.9260
Hex9D959505526043c
Octal235225225055460474
Binary10011101100101011001010101011011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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