#99907D

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

Shades of Heathered Grey #99907D

Tints of Heathered Grey #99907D

Color information

#99907D (or 0x99907D) is unknown color: approx Heathered Grey. HEX triplet: 99, 90 and 7D. RGB value is (153,144,125). Sum of RGB (Red+Green+Blue) = 153+144+125=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99907D is #666F82. Grayscale: #909090. Windows color (decimal): -6713219 or 8229017. OLE color: 8229017.

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

Color convert

RGB153144125-
CMYK00.060.180.4
HSL40.71º12.07%54.51%-
HSV(B)40.71º18.3%60%-
XYZ26.8128.223.43-
YUV144.52116.98134.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=36.26%
G=34.12%
B=29.62%

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
Decimal15314412500.060.180.440.7112.0754.51
Hex99907D06122829c37
Octal231220175062250511467
Binary100110011001000011111010110100101010001010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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