#9D9356

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

Shades of Husk #9D9356

Tints of Husk #9D9356

Color information

#9D9356 (or 0x9D9356) is unknown color: approx Husk. HEX triplet: 9D, 93 and 56. RGB value is (157,147,86). Sum of RGB (Red+Green+Blue) = 157+147+86=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9356 is #626CA9. Grayscale: #8F8F8F. Windows color (decimal): -6450346 or 5673885. OLE color: 5673885.

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

Color convert

RGB15714786-
CMYK00.060.450.38
HSL51.55º29.22%47.65%-
HSV(B)51.55º45.22%61.57%-
XYZ26.0228.7112.97-
YUV143.0495.81137.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=40.26%
G=37.69%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571478600.060.450.3851.5529.2247.65
Hex9D9356062D26341d30
Octal235223126065546643560
Binary10011101100100111010110011010110110011011010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,86); }

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

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

 a { background-color: rgb(157,147,86); }

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

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

 span { border-color: rgb(157,147,86); }

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