#96861B

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

Shades of Lemon Ginger #96861B

Tints of Lemon Ginger #96861B

Color information

#96861B (or 0x96861B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 86 and 1B. RGB value is (150,134,27). Sum of RGB (Red+Green+Blue) = 150+134+27=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96861B is #6979E4. Grayscale: #7F7F7F. Windows color (decimal): -6912485 or 1803926. OLE color: 1803926.

HSL color Cylindrical-coordinate representation of color #96861B: hue angle of 52.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96861B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15013427-
CMYK00.110.820.41
HSL52.2º69.49%34.71%-
HSV(B)52.2º82%58.82%-
XYZ21.323.614.47-
YUV126.5971.8144.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=48.23%
G=43.09%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501342700.110.820.4152.269.4934.71
Hex96861B0B5229344523
Octal22620633013122516410543
Binary1001011010000110110110101110100101010011101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96861B; }

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

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

<style>
 a { background-color: #96861B; }

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

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

<style>
 span { border-color: #96861B; }

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

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