#90861B

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

Shades of Lemon Ginger #90861B

Tints of Lemon Ginger #90861B

Color information

#90861B (or 0x90861B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 86 and 1B. RGB value is (144,134,27). Sum of RGB (Red+Green+Blue) = 144+134+27=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90861B is #6F79E4. Grayscale: #7D7D7D. Windows color (decimal): -7305701 or 1803920. OLE color: 1803920.

HSL color Cylindrical-coordinate representation of color #90861B: hue angle of 54.87º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90861B is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14413427-
CMYK00.070.810.44
HSL54.87º68.42%33.53%-
HSV(B)54.87º81.25%56.47%-
XYZ20.2223.064.42-
YUV124.7972.81141.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=47.21%
G=43.93%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441342700.070.810.4454.8768.4233.53
Hex90861B07512C374422
Octal2202063307121546710442
Binary100100001000011011011011110100011011001101111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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