#96871B

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

Shades of Lemon Ginger #96871B

Tints of Lemon Ginger #96871B

Color information

#96871B (or 0x96871B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 1B. RGB value is (150,135,27). Sum of RGB (Red+Green+Blue) = 150+135+27=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96871B is #6978E4. Grayscale: #7F7F7F. Windows color (decimal): -6912229 or 1804182. OLE color: 1804182.

HSL color Cylindrical-coordinate representation of color #96871B: hue angle of 52.68º 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 #96871B is Cyan = 0, Magento = 0.1, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15013527-
CMYK00.10.820.41
HSL52.68º69.49%34.71%-
HSV(B)52.68º82%58.82%-
XYZ21.4423.894.52-
YUV127.1771.47144.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=48.08%
G=43.27%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501352700.10.820.4152.6869.4934.71
Hex96871B0A5229354523
Octal22620733012122516510543
Binary1001011010000111110110101010100101010011101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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