#999183

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

Shades of Heathered Grey #999183

Tints of Heathered Grey #999183

Color information

#999183 (or 0x999183) is unknown color: approx Heathered Grey. HEX triplet: 99, 91 and 83. RGB value is (153,145,131). Sum of RGB (Red+Green+Blue) = 153+145+131=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #999183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999183 is #666E7C. Grayscale: #919191. Windows color (decimal): -6712957 or 8622489. OLE color: 8622489.

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

Color convert

RGB153145131-
CMYK00.050.140.4
HSL38.18º9.73%55.69%-
HSV(B)38.18º14.38%60%-
XYZ27.3628.6625.56-
YUV145.8119.65133.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=35.66%
G=33.80%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314513100.050.140.438.189.7355.69
Hex99918305E2826a38
Octal231221203051650461270
Binary100110011001000110000011010111101010001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999183; }

 p { color: rgb(153,145,131); }

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

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

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

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

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

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

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