#9B862B

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

Shades of Lemon Ginger #9B862B

Tints of Lemon Ginger #9B862B

Color information

#9B862B (or 0x9B862B) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 86 and 2B. RGB value is (155,134,43). Sum of RGB (Red+Green+Blue) = 155+134+43=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B862B is #6479D4. Grayscale: #828282. Windows color (decimal): -6584789 or 2852507. OLE color: 2852507.

HSL color Cylindrical-coordinate representation of color #9B862B: hue angle of 48.75º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B862B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15513443-
CMYK00.140.720.39
HSL48.75º56.57%38.82%-
HSV(B)48.75º72.26%60.78%-
XYZ22.4824.195.77-
YUV129.978.96145.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=46.69%
G=40.36%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551344300.140.720.3948.7556.5738.82
Hex9B862B0E4827313927
Octal2332065301611047617147
Binary1001101110000110101011011101001000100111110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B862B; }

 p { color: rgb(155,134,43); }

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

<style>
 a { background-color: #9B862B; }

 a { background-color: rgb(155,134,43); }

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

<style>
 span { border-color: #9B862B; }

 span { border-color: rgb(155,134,43); }

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