#948615

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

Shades of Lemon Ginger #948615

Tints of Lemon Ginger #948615

Color information

#948615 (or 0x948615) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 15. RGB value is (148,134,21). Sum of RGB (Red+Green+Blue) = 148+134+21=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948615 is #6B79EA. Grayscale: #7D7D7D. Windows color (decimal): -7043563 or 1410708. OLE color: 1410708.

HSL color Cylindrical-coordinate representation of color #948615: hue angle of 53.39º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #948615 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14813421-
CMYK00.090.860.42
HSL53.39º75.15%33.14%-
HSV(B)53.39º85.81%58.04%-
XYZ20.8723.44.13-
YUV125.369.14144.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=48.84%
G=44.22%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481342100.090.860.4253.3975.1533.14
Hex94861509562A354b21
Octal22420625011126526511341
Binary1001010010000110101010100110101101010101101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948615; }

 p { color: rgb(148,134,21); }

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

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

 a { background-color: rgb(148,134,21); }

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

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

 span { border-color: rgb(148,134,21); }

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