#9F9751

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

Shades of Husk #9F9751

Tints of Husk #9F9751

Color information

#9F9751 (or 0x9F9751) is unknown color: approx Husk. HEX triplet: 9F, 97 and 51. RGB value is (159,151,81). Sum of RGB (Red+Green+Blue) = 159+151+81=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9751 is #6068AE. Grayscale: #919191. Windows color (decimal): -6318255 or 5347231. OLE color: 5347231.

HSL color Cylindrical-coordinate representation of color #9F9751: hue angle of 53.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F9751 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB15915181-
CMYK00.050.490.38
HSL53.85º32.5%47.06%-
HSV(B)53.85º49.06%62.35%-
XYZ26.8530.112.18-
YUV145.4191.65137.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=40.66%
G=38.62%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591518100.050.490.3853.8532.547.06
Hex9F975105312636202f
Octal237227121056146664057
Binary100111111001011110100010101110001100110110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,81); }

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

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

 a { background-color: rgb(159,151,81); }

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

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

 span { border-color: rgb(159,151,81); }

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