#968445

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

Shades of Highball #968445

Tints of Highball #968445

Color information

#968445 (or 0x968445) is unknown color: approx Highball. HEX triplet: 96, 84 and 45. RGB value is (150,132,69). Sum of RGB (Red+Green+Blue) = 150+132+69=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968445 is #697BBA. Grayscale: #828282. Windows color (decimal): -6912955 or 4555926. OLE color: 4555926.

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

Color convert

RGB15013269-
CMYK00.120.540.41
HSL46.67º36.99%42.94%-
HSV(B)46.67º54%58.82%-
XYZ21.923.429-
YUV130.293.46142.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=42.74%
G=37.61%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501326900.120.540.4146.6736.9942.94
Hex9684450C36292f252b
Octal2262041050146651574553
Binary1001011010000100100010101100110110101001101111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968445; }

 p { color: rgb(150,132,69); }

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

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

 a { background-color: rgb(150,132,69); }

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

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

 span { border-color: rgb(150,132,69); }

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