#959649

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

Shades of Highball #959649

Tints of Highball #959649

Color information

#959649 (or 0x959649) is unknown color: approx Highball. HEX triplet: 95, 96 and 49. RGB value is (149,150,73). Sum of RGB (Red+Green+Blue) = 149+150+73=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #959649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959649 is #6A69B6. Grayscale: #8D8D8D. Windows color (decimal): -6973879 or 4822677. OLE color: 4822677.

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

Color convert

RGB14915073-
CMYK0.0100.510.41
HSL60.78º34.53%43.73%-
HSV(B)60.78º51.33%58.82%-
XYZ24.528.6810.55-
YUV140.9289.67133.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=40.05%
G=40.32%
B=19.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149150730.0100.510.4160.7834.5343.73
Hex9596491033293d232c
Octal225226111106351754354
Binary1001010110010110100100110110011101001111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959649; }

 p { color: rgb(149,150,73); }

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

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

 a { background-color: rgb(149,150,73); }

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

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

 span { border-color: rgb(149,150,73); }

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