#96811E

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

Shades of Lemon Ginger #96811E

Tints of Lemon Ginger #96811E

Color information

#96811E (or 0x96811E) is unknown color: approx Lemon Ginger. HEX triplet: 96, 81 and 1E. RGB value is (150,129,30). Sum of RGB (Red+Green+Blue) = 150+129+30=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96811E is #697EE1. Grayscale: #7C7C7C. Windows color (decimal): -6913762 or 1999254. OLE color: 1999254.

HSL color Cylindrical-coordinate representation of color #96811E: hue angle of 49.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96811E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15012930-
CMYK00.140.800.41
HSL49.5º66.67%35.29%-
HSV(B)49.5º80%58.82%-
XYZ20.6622.284.44-
YUV123.9974.96146.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=48.54%
G=41.75%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501293000.140.800.4149.566.6735.29
Hex96811E0E5029324323
Octal22620136016120516210343
Binary1001011010000001111100111010100001010011100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96811E; }

 p { color: rgb(150,129,30); }

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

<style>
 a { background-color: #96811E; }

 a { background-color: rgb(150,129,30); }

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

<style>
 span { border-color: #96811E; }

 span { border-color: rgb(150,129,30); }

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