Shades of Grey Chateau #999C9F
Tints of Grey Chateau #999C9F
RGB
CMYK
RGB Variations
Color information
#999C9F (or 0x999C9F) is known color: Grey Chateau. HEX triplet: 99, 9C and 9F. RGB value is (153,156,159). Sum of RGB (Red+Green+Blue) = 153+156+159=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 159 - color contains mainly: blue. Hex color #999C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C9F is #666360. Grayscale: #9B9B9B. Windows color (decimal): -6710113 or 10460313. OLE color: 10460313.
HSL color Cylindrical-coordinate representation of color #999C9F: hue angle of 210º 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 #999C9F is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 153 | 156 | 159 | - |
CMYK | 0.04 | 0.02 | 0 | 0.38 |
HSL | 210º | 0.03% | 0.61% | - |
HSV(B) | 210º | 0.04% | 0.62% | - |
XYZ | 31.28 | 33.05 | 37.53 | - |
YUV | 155.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 156 | 159 | 0.04 | 0.02 | 0 | 0.38 | 210 | 0.03 | 0.61 |
Hex | 99 | 9C | 9F | 4 | 2 | 0 | 26 | D2 | 3 | 3D |
Octal | 231 | 234 | 237 | 4 | 2 | 0 | 46 | 322 | 3 | 75 |
Binary | 10011001 | 10011100 | 10011111 | 100 | 10 | 0 | 100110 | 11010010 | 11 | 111101 |
Color Harmonies of #999C9F
Complementary color
Monochromatic Colors of #999C9F
Black with #999C9F
Text Example
Text Example
White with #999C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C9F; }
p { color: rgb(153,156,159); }
H1.HeaderClassName
{
color: #999C9F;
}
.AnyTagClassName
{
color: #999C9F;
}
</style>
background-color css
<style>
a { background-color: #999C9F; }
a { background-color: rgb(153,156,159); }
div.DivClassName
{
background-color: #999C9F;
}
.BgClassName
{
background-color: #999C9F;
}
</style>
border-color css
<style>
span { border-color: #999C9F; }
span { border-color: rgb(153,156,159); }
td.TdClassName
{
border-color: #999C9F;
}
.TagClassName
{
border-color: #999C9F;
}
</style>