#948642

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

Shades of Highball #948642

Tints of Highball #948642

Color information

#948642 (or 0x948642) is unknown color: approx Highball. HEX triplet: 94, 86 and 42. RGB value is (148,134,66). Sum of RGB (Red+Green+Blue) = 148+134+66=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #948642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948642 is #6B79BD. Grayscale: #828282. Windows color (decimal): -7043518 or 4359828. OLE color: 4359828.

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

Color convert

RGB14813466-
CMYK00.090.550.42
HSL49.76º38.32%41.96%-
HSV(B)49.76º55.41%58.04%-
XYZ21.7223.748.59-
YUV130.4391.64140.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=42.53%
G=38.51%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481346600.090.550.4249.7638.3241.96
Hex94864209372A32262a
Octal2242061020116752624652
Binary1001010010000110100001001001110111101010110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948642; }

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

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

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

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

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

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

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

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