#948E3C

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

Shades of Highball #948E3C

Tints of Highball #948E3C

Color information

#948E3C (or 0x948E3C) is unknown color: approx Highball. HEX triplet: 94, 8E and 3C. RGB value is (148,142,60). Sum of RGB (Red+Green+Blue) = 148+142+60=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #948E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E3C is #6B71C3. Grayscale: #868686. Windows color (decimal): -7041476 or 3968660. OLE color: 3968660.

HSL color Cylindrical-coordinate representation of color #948E3C: hue angle of 55.91º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #948E3C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14814260-
CMYK00.040.590.42
HSL55.91º42.31%40.78%-
HSV(B)55.91º59.46%58.04%-
XYZ22.725.978.09-
YUV134.4585.99137.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=42.29%
G=40.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481426000.040.590.4255.9142.3140.78
Hex948E3C043B2A382a29
Octal22421674047352705251
Binary10010100100011101111000100111011101010111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,60); }

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

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

 a { background-color: rgb(148,142,60); }

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

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

 span { border-color: rgb(148,142,60); }

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