#948639

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

Shades of Highball #948639

Tints of Highball #948639

Color information

#948639 (or 0x948639) is unknown color: approx Highball. HEX triplet: 94, 86 and 39. RGB value is (148,134,57). Sum of RGB (Red+Green+Blue) = 148+134+57=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #948639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948639 is #6B79C6. Grayscale: #818181. Windows color (decimal): -7043527 or 3770004. OLE color: 3770004.

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

Color convert

RGB14813457-
CMYK00.090.610.42
HSL50.77º44.39%40.2%-
HSV(B)50.77º61.49%58.04%-
XYZ21.4823.647.3-
YUV129.4187.14141.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=43.66%
G=39.53%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481345700.090.610.4250.7744.3940.2
Hex948639093D2A332c28
Octal224206710117552635450
Binary100101001000011011100101001111101101010110011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948639; }

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

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

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

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

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

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

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

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