#969051

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

Shades of Highball #969051

Tints of Highball #969051

Color information

#969051 (or 0x969051) is unknown color: approx Highball. HEX triplet: 96, 90 and 51. RGB value is (150,144,81). Sum of RGB (Red+Green+Blue) = 150+144+81=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #969051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969051 is #696FAE. Grayscale: #8A8A8A. Windows color (decimal): -6909871 or 5345430. OLE color: 5345430.

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

Color convert

RGB15014481-
CMYK00.040.460.41
HSL54.78º29.87%45.29%-
HSV(B)54.78º46%58.82%-
XYZ24.0427.0211.73-
YUV138.6195.49136.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=40%
G=38.4%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501448100.040.460.4154.7829.8745.29
Hex969051042E29371e2d
Octal226220121045651673655
Binary10010110100100001010001010010111010100111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969051; }

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

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

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

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

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

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

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

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