#998F82

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

Shades of Heathered Grey #998F82

Tints of Heathered Grey #998F82

Color information

#998F82 (or 0x998F82) is unknown color: approx Heathered Grey. HEX triplet: 99, 8F and 82. RGB value is (153,143,130). Sum of RGB (Red+Green+Blue) = 153+143+130=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F82 is #66707D. Grayscale: #909090. Windows color (decimal): -6713470 or 8556441. OLE color: 8556441.

HSL color Cylindrical-coordinate representation of color #998F82: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998F82 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153143130-
CMYK00.070.150.4
HSL33.91º10.13%55.49%-
HSV(B)33.91º15.03%60%-
XYZ26.9928.0325.11-
YUV144.51119.81134.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=35.92%
G=33.57%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314313000.070.150.433.9110.1355.49
Hex998F8207F2822a37
Octal231217202071750421267
Binary100110011000111110000010011111111010001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998F82; }

 p { color: rgb(153,143,130); }

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

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

 a { background-color: rgb(153,143,130); }

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

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

 span { border-color: rgb(153,143,130); }

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