#9C928F

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

Shades of Thatch #9C928F

Tints of Thatch #9C928F

Color information

#9C928F (or 0x9C928F) is unknown color: approx Thatch. HEX triplet: 9C, 92 and 8F. RGB value is (156,146,143). Sum of RGB (Red+Green+Blue) = 156+146+143=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C928F is #636D70. Grayscale: #949494. Windows color (decimal): -6516081 or 9409180. OLE color: 9409180.

HSL color Cylindrical-coordinate representation of color #9C928F: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C928F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156146143-
CMYK00.060.080.39
HSL13.85º6.16%58.63%-
HSV(B)13.85º8.33%61.18%-
XYZ28.9529.6130.18-
YUV148.65124.81133.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 143 (56.25% from 255) = 32.13%
R=35.06%
G=32.81%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614614300.060.080.3913.856.1658.63
Hex9C928F06827e63b
Octal23422221706104716673
Binary100111001001001010001111011010001001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,143); }

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

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

 a { background-color: rgb(156,146,143); }

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

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

 span { border-color: rgb(156,146,143); }

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