#99927E

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

Shades of Heathered Grey #99927E

Tints of Heathered Grey #99927E

Color information

#99927E (or 0x99927E) is unknown color: approx Heathered Grey. HEX triplet: 99, 92 and 7E. RGB value is (153,146,126). Sum of RGB (Red+Green+Blue) = 153+146+126=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99927E is #666D81. Grayscale: #919191. Windows color (decimal): -6712706 or 8295065. OLE color: 8295065.

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

Color convert

RGB153146126-
CMYK00.050.180.4
HSL44.44º11.69%54.71%-
HSV(B)44.44º17.65%60%-
XYZ27.1828.8423.87-
YUV145.81116.82133.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=36%
G=34.35%
B=29.65%

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
Decimal15314612600.050.180.444.4411.6954.71
Hex99927E0512282cc37
Octal231222176052250541467
Binary100110011001001011111100101100101010001011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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