#9F918F

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

Shades of Thatch #9F918F

Tints of Thatch #9F918F

Color information

#9F918F (or 0x9F918F) is unknown color: approx Thatch. HEX triplet: 9F, 91 and 8F. RGB value is (159,145,143). Sum of RGB (Red+Green+Blue) = 159+145+143=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F918F is #606E70. Grayscale: #949494. Windows color (decimal): -6319729 or 9408927. OLE color: 9408927.

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

Color convert

RGB159145143-
CMYK00.090.100.38
HSL7.5º7.69%59.22%-
HSV(B)7.5º10.06%62.35%-
XYZ29.3829.630.15-
YUV148.96124.64135.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=35.57%
G=32.44%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914514300.090.100.387.57.6959.22
Hex9F918F09A26883b
Octal2372212170111246101073
Binary10011111100100011000111101001101010011010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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