#968749

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

Shades of Highball #968749

Tints of Highball #968749

Color information

#968749 (or 0x968749) is unknown color: approx Highball. HEX triplet: 96, 87 and 49. RGB value is (150,135,73). Sum of RGB (Red+Green+Blue) = 150+135+73=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968749 is #6978B6. Grayscale: #848484. Windows color (decimal): -6912183 or 4818838. OLE color: 4818838.

HSL color Cylindrical-coordinate representation of color #968749: hue angle of 48.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #968749 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15013573-
CMYK00.10.510.41
HSL48.31º34.53%43.73%-
HSV(B)48.31º51.33%58.82%-
XYZ22.4424.299.81-
YUV132.4294.47140.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=41.90%
G=37.71%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501357300.10.510.4148.3134.5343.73
Hex9687490A332930232c
Octal2262071110126351604354
Binary1001011010000111100100101010110011101001110000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968749; }

 p { color: rgb(150,135,73); }

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

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

 a { background-color: rgb(150,135,73); }

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

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

 span { border-color: rgb(150,135,73); }

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