#9D918F

Color #9D918F Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #9D918F

Tints of Thatch #9D918F

Color information

#9D918F (or 0x9D918F) is unknown color: approx Thatch. HEX triplet: 9D, 91 and 8F. RGB value is (157,145,143). Sum of RGB (Red+Green+Blue) = 157+145+143=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D918F is #626E70. Grayscale: #949494. Windows color (decimal): -6450801 or 9408925. OLE color: 9408925.

HSL color Cylindrical-coordinate representation of color #9D918F: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D918F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB157145143-
CMYK00.080.090.38
HSL8.57º6.67%58.82%-
HSV(B)8.57º8.92%61.57%-
XYZ28.9929.430.13-
YUV148.36124.98134.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=35.28%
G=32.58%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714514300.080.090.388.576.6758.82
Hex9D918F08926973b
Octal235221217010114611773
Binary1001110110010001100011110100010011001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D918F; }

 p { color: rgb(157,145,143); }

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

<style>
 a { background-color: #9D918F; }

 a { background-color: rgb(157,145,143); }

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

<style>
 span { border-color: #9D918F; }

 span { border-color: rgb(157,145,143); }

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