#999DA1

Color #999DA1 Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #999DA1

Tints of Grey Chateau #999DA1

Color information

#999DA1 (or 0x999DA1) is unknown color: approx Grey Chateau. HEX triplet: 99, 9D and A1. RGB value is (153,157,161). Sum of RGB (Red+Green+Blue) = 153+157+161=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 161 - color contains mainly: blue. Hex color #999DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DA1 is #66625E. Grayscale: #9C9C9C. Windows color (decimal): -6709855 or 10591641. OLE color: 10591641.

HSL color Cylindrical-coordinate representation of color #999DA1: hue angle of 210º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999DA1 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB153157161-
CMYK0.050.0200.37
HSL210º4.08%61.57%-
HSV(B)210º4.97%63.14%-
XYZ31.6333.4638.51-
YUV156.26130.67125.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=32.48%
G=33.33%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531571610.050.0200.372104.0861.57
Hex999DA152025d243e
Octal23123524152045322476
Binary10011001100111011010000110110010010111010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999DA1; }

 p { color: rgb(153,157,161); }

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

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

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

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

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

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

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