#9C9355

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

Shades of Husk #9C9355

Tints of Husk #9C9355

Color information

#9C9355 (or 0x9C9355) is unknown color: approx Husk. HEX triplet: 9C, 93 and 55. RGB value is (156,147,85). Sum of RGB (Red+Green+Blue) = 156+147+85=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9355 is #636CAA. Grayscale: #8E8E8E. Windows color (decimal): -6515883 or 5608348. OLE color: 5608348.

HSL color Cylindrical-coordinate representation of color #9C9355: hue angle of 52.39º degrees, saturation: 0.29, 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 #9C9355 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15614785-
CMYK00.060.460.39
HSL52.39º29.46%47.25%-
HSV(B)52.39º45.51%61.18%-
XYZ25.7828.5912.75-
YUV142.6295.48137.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=40.21%
G=37.89%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561478500.060.460.3952.3929.4647.25
Hex9C9355062E27341d2f
Octal234223125065647643557
Binary10011100100100111010101011010111010011111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,85); }

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

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

 a { background-color: rgb(156,147,85); }

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

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

 span { border-color: rgb(156,147,85); }

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