#959151

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

Shades of Highball #959151

Tints of Highball #959151

Color information

#959151 (or 0x959151) is unknown color: approx Highball. HEX triplet: 95, 91 and 51. RGB value is (149,145,81). Sum of RGB (Red+Green+Blue) = 149+145+81=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #959151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959151 is #6A6EAE. Grayscale: #8B8B8B. Windows color (decimal): -6975151 or 5345685. OLE color: 5345685.

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

Color convert

RGB14914581-
CMYK00.030.460.42
HSL56.47º29.57%45.1%-
HSV(B)56.47º45.64%58.43%-
XYZ24.0127.2311.78-
YUV138.995.33135.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=39.73%
G=38.67%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491458100.030.460.4256.4729.5745.1
Hex959151032E2A381e2d
Octal225221121035652703655
Binary1001010110010001101000101110111010101011100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959151; }

 p { color: rgb(149,145,81); }

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

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

 a { background-color: rgb(149,145,81); }

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

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

 span { border-color: rgb(149,145,81); }

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