#968846

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

Shades of Highball #968846

Tints of Highball #968846

Color information

#968846 (or 0x968846) is unknown color: approx Highball. HEX triplet: 96, 88 and 46. RGB value is (150,136,70). Sum of RGB (Red+Green+Blue) = 150+136+70=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #968846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968846 is #6977B9. Grayscale: #848484. Windows color (decimal): -6911930 or 4622486. OLE color: 4622486.

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

Color convert

RGB15013670-
CMYK00.090.530.41
HSL49.5º36.36%43.14%-
HSV(B)49.5º53.33%58.82%-
XYZ22.4924.539.34-
YUV132.6692.64140.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=42.13%
G=38.20%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501367000.090.530.4149.536.3643.14
Hex96884609352932242b
Octal2262101060116551624453
Binary1001011010001000100011001001110101101001110010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968846; }

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

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

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

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

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

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

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

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