#96891E

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

Shades of Lemon Ginger #96891E

Tints of Lemon Ginger #96891E

Color information

#96891E (or 0x96891E) is unknown color: approx Lemon Ginger. HEX triplet: 96, 89 and 1E. RGB value is (150,137,30). Sum of RGB (Red+Green+Blue) = 150+137+30=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96891E is #6976E1. Grayscale: #818181. Windows color (decimal): -6911714 or 2001302. OLE color: 2001302.

HSL color Cylindrical-coordinate representation of color #96891E: hue angle of 53.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 #96891E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15013730-
CMYK00.090.800.41
HSL53.5º66.67%35.29%-
HSV(B)53.5º80%58.82%-
XYZ21.7624.474.8-
YUV128.6972.31143.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=47.32%
G=43.22%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501373000.090.800.4153.566.6735.29
Hex96891E095029364323
Octal22621136011120516610343
Binary1001011010001001111100100110100001010011101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96891E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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