#968144

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

Shades of Highball #968144

Tints of Highball #968144

Color information

#968144 (or 0x968144) is unknown color: approx Highball. HEX triplet: 96, 81 and 44. RGB value is (150,129,68). Sum of RGB (Red+Green+Blue) = 150+129+68=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968144 is #697EBB. Grayscale: #808080. Windows color (decimal): -6913724 or 4489622. OLE color: 4489622.

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

Color convert

RGB15012968-
CMYK00.140.550.41
HSL44.63º37.61%42.75%-
HSV(B)44.63º54.67%58.82%-
XYZ21.4722.68.7-
YUV128.3393.96143.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=43.23%
G=37.18%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501296800.140.550.4144.6337.6142.75
Hex9681440E37292d262b
Octal2262011040166751554653
Binary1001011010000001100010001110110111101001101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968144; }

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

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

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

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

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

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

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

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