#998634

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

Shades of Lemon Ginger #998634

Tints of Lemon Ginger #998634

Color information

#998634 (or 0x998634) is unknown color: approx Lemon Ginger. HEX triplet: 99, 86 and 34. RGB value is (153,134,52). Sum of RGB (Red+Green+Blue) = 153+134+52=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #998634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998634 is #6679CB. Grayscale: #828282. Windows color (decimal): -6715852 or 3442329. OLE color: 3442329.

HSL color Cylindrical-coordinate representation of color #998634: hue angle of 48.71º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #998634 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15313452-
CMYK00.120.660.4
HSL48.71º49.27%40.2%-
HSV(B)48.71º66.01%60%-
XYZ22.2824.076.72-
YUV130.3383.79144.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=45.13%
G=39.53%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531345200.120.660.448.7149.2740.2
Hex9986340C4228313128
Octal2312066401410250616150
Binary1001100110000110110100011001000010101000110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998634; }

 p { color: rgb(153,134,52); }

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

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

 a { background-color: rgb(153,134,52); }

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

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

 span { border-color: rgb(153,134,52); }

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