#968031

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

Shades of Lemon Ginger #968031

Tints of Lemon Ginger #968031

Color information

#968031 (or 0x968031) is unknown color: approx Lemon Ginger. HEX triplet: 96, 80 and 31. RGB value is (150,128,49). Sum of RGB (Red+Green+Blue) = 150+128+49=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968031 is #697FCE. Grayscale: #7D7D7D. Windows color (decimal): -6913999 or 3244182. OLE color: 3244182.

HSL color Cylindrical-coordinate representation of color #968031: hue angle of 46.93º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #968031 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15012849-
CMYK00.150.670.41
HSL46.93º50.75%39.02%-
HSV(B)46.93º67.33%58.82%-
XYZ20.8522.146.08-
YUV125.5784.79145.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=45.87%
G=39.14%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501284900.150.670.4146.9350.7539.02
Hex9680310F43292f3327
Octal2262006101710351576347
Binary1001011010000000110001011111000011101001101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968031; }

 p { color: rgb(150,128,49); }

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

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

 a { background-color: rgb(150,128,49); }

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

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

 span { border-color: rgb(150,128,49); }

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