#9D9354

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

Shades of Husk #9D9354

Tints of Husk #9D9354

Color information

#9D9354 (or 0x9D9354) is unknown color: approx Husk. HEX triplet: 9D, 93 and 54. RGB value is (157,147,84). Sum of RGB (Red+Green+Blue) = 157+147+84=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9354 is #626CAB. Grayscale: #8F8F8F. Windows color (decimal): -6450348 or 5542813. OLE color: 5542813.

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

Color convert

RGB15714784-
CMYK00.060.460.38
HSL51.78º30.29%47.25%-
HSV(B)51.78º46.5%61.57%-
XYZ25.9428.6812.56-
YUV142.8194.81138.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=40.46%
G=37.89%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571478400.060.460.3851.7830.2947.25
Hex9D9354062E26341e2f
Octal235223124065646643657
Binary10011101100100111010100011010111010011011010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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