#9F9654

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

Shades of Husk #9F9654

Tints of Husk #9F9654

Color information

#9F9654 (or 0x9F9654) is unknown color: approx Husk. HEX triplet: 9F, 96 and 54. RGB value is (159,150,84). Sum of RGB (Red+Green+Blue) = 159+150+84=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9654 is #6069AB. Grayscale: #919191. Windows color (decimal): -6318508 or 5543583. OLE color: 5543583.

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

Color convert

RGB15915084-
CMYK00.060.470.38
HSL52.8º30.86%47.65%-
HSV(B)52.8º47.17%62.35%-
XYZ26.829.8212.73-
YUV145.1793.48137.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=40.46%
G=38.17%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591508400.060.470.3852.830.8647.65
Hex9F9654062F26351f30
Octal237226124065746653760
Binary10011111100101101010100011010111110011011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,84); }

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

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

 a { background-color: rgb(159,150,84); }

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

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

 span { border-color: rgb(159,150,84); }

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