#949651

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

Shades of Highball #949651

Tints of Highball #949651

Color information

#949651 (or 0x949651) is unknown color: approx Highball. HEX triplet: 94, 96 and 51. RGB value is (148,150,81). Sum of RGB (Red+Green+Blue) = 148+150+81=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #949651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949651 is #6B69AE. Grayscale: #8D8D8D. Windows color (decimal): -7039407 or 5346964. OLE color: 5346964.

HSL color Cylindrical-coordinate representation of color #949651: hue angle of 61.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949651 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB14815081-
CMYK0.0100.460.41
HSL61.74º29.87%45.29%-
HSV(B)61.74º46%58.82%-
XYZ24.628.712.03-
YUV141.5493.84132.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=39.05%
G=39.58%
B=21.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150810.0100.460.4161.7429.8745.29
Hex949651102E293e1e2d
Octal224226121105651763655
Binary100101001001011010100011010111010100111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949651; }

 p { color: rgb(148,150,81); }

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

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

 a { background-color: rgb(148,150,81); }

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

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

 span { border-color: rgb(148,150,81); }

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