#99907E

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

Shades of Heathered Grey #99907E

Tints of Heathered Grey #99907E

Color information

#99907E (or 0x99907E) is unknown color: approx Heathered Grey. HEX triplet: 99, 90 and 7E. RGB value is (153,144,126). Sum of RGB (Red+Green+Blue) = 153+144+126=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99907E is #666F81. Grayscale: #909090. Windows color (decimal): -6713218 or 8294553. OLE color: 8294553.

HSL color Cylindrical-coordinate representation of color #99907E: hue angle of 40º 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 #99907E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153144126-
CMYK00.060.180.4
HSL40º11.69%54.71%-
HSV(B)40º17.65%60%-
XYZ26.8828.2323.77-
YUV144.64117.48133.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314412600.060.180.44011.6954.71
Hex99907E06122828c37
Octal231220176062250501467
Binary100110011001000011111100110100101010001010001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99907E; }

 p { color: rgb(153,144,126); }

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

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

 a { background-color: rgb(153,144,126); }

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

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

 span { border-color: rgb(153,144,126); }

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