#967F2D

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

Shades of Lemon Ginger #967F2D

Tints of Lemon Ginger #967F2D

Color information

#967F2D (or 0x967F2D) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7F and 2D. RGB value is (150,127,45). Sum of RGB (Red+Green+Blue) = 150+127+45=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #967F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F2D is #6980D2. Grayscale: #7C7C7C. Windows color (decimal): -6914259 or 2981782. OLE color: 2981782.

HSL color Cylindrical-coordinate representation of color #967F2D: hue angle of 46.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #967F2D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15012745-
CMYK00.150.700.41
HSL46.86º53.85%38.24%-
HSV(B)46.86º70%58.82%-
XYZ20.6421.855.61-
YUV124.5383.12146.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=46.58%
G=39.44%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501274500.150.700.4146.8653.8538.24
Hex967F2D0F46292f3626
Octal2261775501710651576646
Binary100101101111111101101011111000110101001101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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