#96862C

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

Shades of Lemon Ginger #96862C

Tints of Lemon Ginger #96862C

Color information

#96862C (or 0x96862C) is unknown color: approx Lemon Ginger. HEX triplet: 96, 86 and 2C. RGB value is (150,134,44). Sum of RGB (Red+Green+Blue) = 150+134+44=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96862C is #6979D3. Grayscale: #808080. Windows color (decimal): -6912468 or 2918038. OLE color: 2918038.

HSL color Cylindrical-coordinate representation of color #96862C: hue angle of 50.94º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96862C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15013444-
CMYK00.110.710.41
HSL50.94º54.64%38.04%-
HSV(B)50.94º70.67%58.82%-
XYZ21.5623.725.82-
YUV128.5280.3143.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 44 (17.58% from 255) = 13.41%
R=45.73%
G=40.85%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501344400.110.710.4150.9454.6438.04
Hex96862C0B4729333726
Octal2262065401310751636746
Binary1001011010000110101100010111000111101001110011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96862C; }

 p { color: rgb(150,134,44); }

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

<style>
 a { background-color: #96862C; }

 a { background-color: rgb(150,134,44); }

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

<style>
 span { border-color: #96862C; }

 span { border-color: rgb(150,134,44); }

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