#967D28

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

Shades of Lemon Ginger #967D28

Tints of Lemon Ginger #967D28

Color information

#967D28 (or 0x967D28) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7D and 28. RGB value is (150,125,40). Sum of RGB (Red+Green+Blue) = 150+125+40=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D28 is #6982D7. Grayscale: #7B7B7B. Windows color (decimal): -6914776 or 2653590. OLE color: 2653590.

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

Color convert

RGB15012540-
CMYK00.170.730.41
HSL46.36º57.89%37.25%-
HSV(B)46.36º73.33%58.82%-
XYZ20.2921.35.05-
YUV122.7881.28147.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=47.62%
G=39.68%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501254000.170.730.4146.3657.8937.25
Hex967D2801149292e3a25
Octal2261755002111151567245
Binary1001011011111011010000100011001001101001101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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