#999283

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

Shades of Heathered Grey #999283

Tints of Heathered Grey #999283

Color information

#999283 (or 0x999283) is unknown color: approx Heathered Grey. HEX triplet: 99, 92 and 83. RGB value is (153,146,131). Sum of RGB (Red+Green+Blue) = 153+146+131=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #999283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999283 is #666D7C. Grayscale: #929292. Windows color (decimal): -6712701 or 8622745. OLE color: 8622745.

HSL color Cylindrical-coordinate representation of color #999283: hue angle of 40.91º 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 #999283 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153146131-
CMYK00.050.140.4
HSL40.91º9.73%55.69%-
HSV(B)40.91º14.38%60%-
XYZ27.5128.9725.61-
YUV146.38119.32132.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=35.58%
G=33.95%
B=30.47%

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
Decimal15314613100.050.140.440.919.7355.69
Hex99928305E2829a38
Octal231222203051650511270
Binary100110011001001010000011010111101010001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999283; }

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

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

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

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

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

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

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

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