#9D9551

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

Shades of Husk #9D9551

Tints of Husk #9D9551

Color information

#9D9551 (or 0x9D9551) is unknown color: approx Husk. HEX triplet: 9D, 95 and 51. RGB value is (157,149,81). Sum of RGB (Red+Green+Blue) = 157+149+81=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9551 is #626AAE. Grayscale: #8F8F8F. Windows color (decimal): -6449839 or 5346717. OLE color: 5346717.

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

Color convert

RGB15714981-
CMYK00.050.480.38
HSL53.68º31.93%46.67%-
HSV(B)53.68º48.41%61.57%-
XYZ26.1429.2612.05-
YUV143.6492.65137.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.57%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=40.57%
G=38.50%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571498100.050.480.3853.6831.9346.67
Hex9D955105302636202f
Octal235225121056046664057
Binary100111011001010110100010101110000100110110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,81); }

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

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

 a { background-color: rgb(157,149,81); }

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

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

 span { border-color: rgb(157,149,81); }

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