#968F1F

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

Shades of Lemon Ginger #968F1F

Tints of Lemon Ginger #968F1F

Color information

#968F1F (or 0x968F1F) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8F and 1F. RGB value is (150,143,31). Sum of RGB (Red+Green+Blue) = 150+143+31=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F1F is #6970E0. Grayscale: #848484. Windows color (decimal): -6910177 or 2068374. OLE color: 2068374.

HSL color Cylindrical-coordinate representation of color #968F1F: hue angle of 56.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #968F1F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15014331-
CMYK00.050.790.41
HSL56.47º65.75%35.49%-
HSV(B)56.47º79.33%58.82%-
XYZ22.6526.235.17-
YUV132.3270.82140.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=46.30%
G=44.14%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501433100.050.790.4156.4765.7535.49
Hex968F1F054F29384223
Octal2262173705117517010243
Binary100101101000111111111010110011111010011110001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F1F; }

 p { color: rgb(150,143,31); }

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

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

 a { background-color: rgb(150,143,31); }

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

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

 span { border-color: rgb(150,143,31); }

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