#968844

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

Shades of Highball #968844

Tints of Highball #968844

Color information

#968844 (or 0x968844) is unknown color: approx Highball. HEX triplet: 96, 88 and 44. RGB value is (150,136,68). Sum of RGB (Red+Green+Blue) = 150+136+68=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #968844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968844 is #6977BB. Grayscale: #848484. Windows color (decimal): -6911932 or 4491414. OLE color: 4491414.

HSL color Cylindrical-coordinate representation of color #968844: hue angle of 49.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #968844 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB15013668-
CMYK00.090.550.41
HSL49.76º37.61%42.75%-
HSV(B)49.76º54.67%58.82%-
XYZ22.4324.519.02-
YUV132.4391.64140.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=42.37%
G=38.42%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501366800.090.550.4149.7637.6142.75
Hex96884409372932262b
Octal2262101040116751624653
Binary1001011010001000100010001001110111101001110010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968844; }

 p { color: rgb(150,136,68); }

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

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

 a { background-color: rgb(150,136,68); }

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

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

 span { border-color: rgb(150,136,68); }

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