#96872D

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

Shades of Lemon Ginger #96872D

Tints of Lemon Ginger #96872D

Color information

#96872D (or 0x96872D) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 2D. RGB value is (150,135,45). Sum of RGB (Red+Green+Blue) = 150+135+45=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96872D is #6978D2. Grayscale: #818181. Windows color (decimal): -6912211 or 2983830. OLE color: 2983830.

HSL color Cylindrical-coordinate representation of color #96872D: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96872D is Cyan = 0, Magento = 0.1, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15013545-
CMYK00.10.700.41
HSL51.43º53.85%38.24%-
HSV(B)51.43º70%58.82%-
XYZ21.72245.97-
YUV129.2280.47142.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=45.45%
G=40.91%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501354500.10.700.4151.4353.8538.24
Hex96872D0A4629333626
Octal2262075501210651636646
Binary1001011010000111101101010101000110101001110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96872D; }

 p { color: rgb(150,135,45); }

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

<style>
 a { background-color: #96872D; }

 a { background-color: rgb(150,135,45); }

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

<style>
 span { border-color: #96872D; }

 span { border-color: rgb(150,135,45); }

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