#9D8632

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

Shades of Lemon Ginger #9D8632

Tints of Lemon Ginger #9D8632

Color information

#9D8632 (or 0x9D8632) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 86 and 32. RGB value is (157,134,50). Sum of RGB (Red+Green+Blue) = 157+134+50=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8632 is #6279CD. Grayscale: #838383. Windows color (decimal): -6453710 or 3311261. OLE color: 3311261.

HSL color Cylindrical-coordinate representation of color #9D8632: hue angle of 47.1º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D8632 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB15713450-
CMYK00.150.680.38
HSL47.1º51.69%40.59%-
HSV(B)47.1º68.15%61.57%-
XYZ23.0124.456.52-
YUV131.382.12146.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=46.04%
G=39.30%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571345000.150.680.3847.151.6940.59
Hex9D86320F44262f3429
Octal2352066201710446576451
Binary1001110110000110110010011111000100100110101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,50); }

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

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

 a { background-color: rgb(157,134,50); }

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

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

 span { border-color: rgb(157,134,50); }

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