Shades of Pewter #959695
Tints of Pewter #959695
RGB
CMYK
RGB Variations
Color information
#959695 (or 0x959695) is known color: Pewter. HEX triplet: 95, 96 and 95. RGB value is (149,150,149). Sum of RGB (Red+Green+Blue) = 149+150+149=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 150 - color contains mainly: green. Hex color #959695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959695 is #6A696A. Grayscale: #959595. Windows color (decimal): -6973803 or 9803413. OLE color: 9803413.
HSL color Cylindrical-coordinate representation of color #959695: hue angle of 120º degrees, saturation: 0, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #959695 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
RGB | 149 | 150 | 149 | - |
CMYK | 0.01 | 0 | 0.01 | 0.41 |
HSL | 120º | 0% | 0.59% | - |
HSV(B) | 120º | 0.01% | 0.59% | - |
XYZ | 28.73 | 30.37 | 32.78 | - |
YUV | 149.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 150 | 149 | 0.01 | 0 | 0.01 | 0.41 | 120 | 0 | 0.59 |
Hex | 95 | 96 | 95 | 1 | 0 | 1 | 29 | 78 | 0 | 3B |
Octal | 225 | 226 | 225 | 1 | 0 | 1 | 51 | 170 | 0 | 73 |
Binary | 10010101 | 10010110 | 10010101 | 1 | 0 | 1 | 101001 | 1111000 | 0 | 111011 |
Color Harmonies of #959695
Complementary color
Monochromatic Colors of #959695
Black with #959695
Text Example
Text Example
White with #959695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959695; }
p { color: rgb(149,150,149); }
H1.HeaderClassName
{
color: #959695;
}
.AnyTagClassName
{
color: #959695;
}
</style>
background-color css
<style>
a { background-color: #959695; }
a { background-color: rgb(149,150,149); }
div.DivClassName
{
background-color: #959695;
}
.BgClassName
{
background-color: #959695;
}
</style>
border-color css
<style>
span { border-color: #959695; }
span { border-color: rgb(149,150,149); }
td.TdClassName
{
border-color: #959695;
}
.TagClassName
{
border-color: #959695;
}
</style>