#967D2A

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

Shades of Lemon Ginger #967D2A

Tints of Lemon Ginger #967D2A

Color information

#967D2A (or 0x967D2A) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7D and 2A. RGB value is (150,125,42). Sum of RGB (Red+Green+Blue) = 150+125+42=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D2A is #6982D5. Grayscale: #7B7B7B. Windows color (decimal): -6914774 or 2784662. OLE color: 2784662.

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

Color convert

RGB15012542-
CMYK00.170.720.41
HSL46.11º56.25%37.65%-
HSV(B)46.11º72%58.82%-
XYZ20.3321.325.23-
YUV123.0182.28147.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=47.32%
G=39.43%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501254200.170.720.4146.1156.2537.65
Hex967D2A01148292e3826
Octal2261755202111051567046
Binary1001011011111011010100100011001000101001101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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