#968619

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

Shades of Lemon Ginger #968619

Tints of Lemon Ginger #968619

Color information

#968619 (or 0x968619) is unknown color: approx Lemon Ginger. HEX triplet: 96, 86 and 19. RGB value is (150,134,25). Sum of RGB (Red+Green+Blue) = 150+134+25=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #968619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968619 is #6979E6. Grayscale: #7E7E7E. Windows color (decimal): -6912487 or 1672854. OLE color: 1672854.

HSL color Cylindrical-coordinate representation of color #968619: hue angle of 52.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #968619 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15013425-
CMYK00.110.830.41
HSL52.32º71.43%34.31%-
HSV(B)52.32º83.33%58.82%-
XYZ21.2823.64.35-
YUV126.3670.8144.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 25 (10.16% from 255) = 8.09%
R=48.54%
G=43.37%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501342500.110.830.4152.3271.4334.31
Hex9686190B5329344722
Octal22620631013123516410742
Binary1001011010000110110010101110100111010011101001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968619; }

 p { color: rgb(150,134,25); }

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

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

 a { background-color: rgb(150,134,25); }

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

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

 span { border-color: rgb(150,134,25); }

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