#967f2f

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

Shades of Lemon Ginger #967F2F

Tints of Lemon Ginger #967F2F

Color information

#967F2F (or 0x967F2F) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7F and 2F. RGB value is (150,127,47). Sum of RGB (Red+Green+Blue) = 150+127+47=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #967F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F2F is #6980D0. Grayscale: #7D7D7D. Windows color (decimal): -6914257 or 3112854. OLE color: 3112854.

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

Color convert

RGB15012747-
CMYK00.150.690.41
HSL46.6º52.28%38.63%-
HSV(B)46.6º68.67%58.82%-
XYZ20.6821.875.82-
YUV124.7684.12146-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 47 (18.75% from 255) = 14.51%
R=46.30%
G=39.20%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501274700.150.690.4146.652.2838.63
Hex967F2F0F45292f3427
Octal2261775701710551576447
Binary100101101111111101111011111000101101001101111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967f2f; }

 p { color: rgb(150,127,47); }

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

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

 a { background-color: rgb(150,127,47); }

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

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

 span { border-color: rgb(150,127,47); }

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