#9C9554

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

Shades of Husk #9C9554

Tints of Husk #9C9554

Color information

#9C9554 (or 0x9C9554) is unknown color: approx Husk. HEX triplet: 9C, 95 and 54. RGB value is (156,149,84). Sum of RGB (Red+Green+Blue) = 156+149+84=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9554 is #636AAB. Grayscale: #8F8F8F. Windows color (decimal): -6515372 or 5543324. OLE color: 5543324.

HSL color Cylindrical-coordinate representation of color #9C9554: hue angle of 54.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9554 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15614984-
CMYK00.040.460.39
HSL54.17º30%47.06%-
HSV(B)54.17º46.15%61.18%-
XYZ26.0629.212.65-
YUV143.6894.32136.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=40.10%
G=38.30%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561498400.040.460.3954.173047.06
Hex9C9554042E27361e2f
Octal234225124045647663657
Binary10011100100101011010100010010111010011111011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,84); }

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

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

 a { background-color: rgb(156,149,84); }

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

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

 span { border-color: rgb(156,149,84); }

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