#999595

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

Shades of Nobel #999595

Tints of Nobel #999595

Color information

#999595 (or 0x999595) is unknown color: approx Nobel. HEX triplet: 99, 95 and 95. RGB value is (153,149,149). Sum of RGB (Red+Green+Blue) = 153+149+149=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 153 - color contains mainly: red. Hex color #999595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999595 is #666A6A. Grayscale: #969696. Windows color (decimal): -6711915 or 9803161. OLE color: 9803161.

HSL color Cylindrical-coordinate representation of color #999595: hue angle of 0º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999595 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153149149-
CMYK00.030.030.4
HSL1.92%59.22%-
HSV(B)2.61%60%-
XYZ29.3130.4432.76-
YUV150.2127.33130-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=33.92%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314914900.030.030.401.9259.22
Hex99959503328023b
Octal231225225033500273
Binary10011001100101011001010101111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999595; }

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

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

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

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

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

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

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

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