#948B4E

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

Shades of Highball #948B4E

Tints of Highball #948B4E

Color information

#948B4E (or 0x948B4E) is unknown color: approx Highball. HEX triplet: 94, 8B and 4E. RGB value is (148,139,78). Sum of RGB (Red+Green+Blue) = 148+139+78=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B4E is #6B74B1. Grayscale: #868686. Windows color (decimal): -7042226 or 5147540. OLE color: 5147540.

HSL color Cylindrical-coordinate representation of color #948B4E: hue angle of 52.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #948B4E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14813978-
CMYK00.060.470.42
HSL52.29º30.97%44.31%-
HSV(B)52.29º47.3%58.04%-
XYZ22.8225.3110.89-
YUV134.7495.98137.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=40.55%
G=38.08%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481397800.060.470.4252.2930.9744.31
Hex948B4E062F2A341f2c
Octal224213116065752643754
Binary10010100100010111001110011010111110101011010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B4E; }

 p { color: rgb(148,139,78); }

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

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

 a { background-color: rgb(148,139,78); }

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

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

 span { border-color: rgb(148,139,78); }

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