#969151

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

Shades of Highball #969151

Tints of Highball #969151

Color information

#969151 (or 0x969151) is unknown color: approx Highball. HEX triplet: 96, 91 and 51. RGB value is (150,145,81). Sum of RGB (Red+Green+Blue) = 150+145+81=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #969151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969151 is #696EAE. Grayscale: #8B8B8B. Windows color (decimal): -6909615 or 5345686. OLE color: 5345686.

HSL color Cylindrical-coordinate representation of color #969151: hue angle of 55.65º 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 #969151 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15014581-
CMYK00.030.460.41
HSL55.65º29.87%45.29%-
HSV(B)55.65º46%58.82%-
XYZ24.1927.3311.78-
YUV139.295.16135.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=39.89%
G=38.56%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501458100.030.460.4155.6529.8745.29
Hex969151032E29381e2d
Octal226221121035651703655
Binary1001011010010001101000101110111010100111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969151; }

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

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

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

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

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

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

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

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