#968344

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

Shades of Highball #968344

Tints of Highball #968344

Color information

#968344 (or 0x968344) is unknown color: approx Highball. HEX triplet: 96, 83 and 44. RGB value is (150,131,68). Sum of RGB (Red+Green+Blue) = 150+131+68=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968344 is #697CBB. Grayscale: #818181. Windows color (decimal): -6913212 or 4490134. OLE color: 4490134.

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

Color convert

RGB15013168-
CMYK00.130.550.41
HSL46.1º37.61%42.75%-
HSV(B)46.1º54.67%58.82%-
XYZ21.7423.138.79-
YUV129.593.29142.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=42.98%
G=37.54%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501316800.130.550.4146.137.6142.75
Hex9683440D37292e262b
Octal2262031040156751564653
Binary1001011010000011100010001101110111101001101110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968344; }

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

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

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

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

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

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

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

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