#99917D

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

Shades of Heathered Grey #99917D

Tints of Heathered Grey #99917D

Color information

#99917D (or 0x99917D) is unknown color: approx Heathered Grey. HEX triplet: 99, 91 and 7D. RGB value is (153,145,125). Sum of RGB (Red+Green+Blue) = 153+145+125=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99917D is #666E82. Grayscale: #919191. Windows color (decimal): -6712963 or 8229273. OLE color: 8229273.

HSL color Cylindrical-coordinate representation of color #99917D: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99917D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153145125-
CMYK00.050.180.4
HSL42.86º12.07%54.51%-
HSV(B)42.86º18.3%60%-
XYZ26.9628.523.48-
YUV145.11116.65133.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=36.17%
G=34.28%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314512500.050.180.442.8612.0754.51
Hex99917D0512282bc37
Octal231221175052250531467
Binary100110011001000111111010101100101010001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99917D; }

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

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

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

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

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

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

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

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