#967D2E

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

Shades of Lemon Ginger #967D2E

Tints of Lemon Ginger #967D2E

Color information

#967D2E (or 0x967D2E) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7D and 2E. RGB value is (150,125,46). Sum of RGB (Red+Green+Blue) = 150+125+46=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #967D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D2E is #6982D1. Grayscale: #7B7B7B. Windows color (decimal): -6914770 or 3046806. OLE color: 3046806.

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

Color convert

RGB15012546-
CMYK00.170.690.41
HSL45.58º53.06%38.43%-
HSV(B)45.58º69.33%58.82%-
XYZ20.421.355.63-
YUV123.4784.28146.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=46.73%
G=38.94%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501254600.170.690.4145.5853.0638.43
Hex967D2E01145292e3526
Octal2261755602110551566546
Binary1001011011111011011100100011000101101001101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,125,46); }

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

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

 a { background-color: rgb(150,125,46); }

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

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

 span { border-color: rgb(150,125,46); }

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