#948646

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

Shades of Highball #948646

Tints of Highball #948646

Color information

#948646 (or 0x948646) is unknown color: approx Highball. HEX triplet: 94, 86 and 46. RGB value is (148,134,70). Sum of RGB (Red+Green+Blue) = 148+134+70=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #948646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948646 is #6B79B9. Grayscale: #838383. Windows color (decimal): -7043514 or 4621972. OLE color: 4621972.

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

Color convert

RGB14813470-
CMYK00.090.530.42
HSL49.23º35.78%42.75%-
HSV(B)49.23º52.7%58.04%-
XYZ21.8423.799.23-
YUV130.8993.64140.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=42.05%
G=38.07%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481347000.090.530.4249.2335.7842.75
Hex94864609352A31242b
Octal2242061060116552614453
Binary1001010010000110100011001001110101101010110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948646; }

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

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

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

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

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

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

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

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