#968942

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

Shades of Highball #968942

Tints of Highball #968942

Color information

#968942 (or 0x968942) is unknown color: approx Highball. HEX triplet: 96, 89 and 42. RGB value is (150,137,66). Sum of RGB (Red+Green+Blue) = 150+137+66=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968942 is #6976BD. Grayscale: #858585. Windows color (decimal): -6911678 or 4360598. OLE color: 4360598.

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

Color convert

RGB15013766-
CMYK00.090.560.41
HSL50.71º38.89%42.35%-
HSV(B)50.71º56%58.82%-
XYZ22.5124.778.75-
YUV132.7990.31140.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=42.49%
G=38.81%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501376600.090.560.4150.7138.8942.35
Hex96894209382933272a
Octal2262111020117051634752
Binary1001011010001001100001001001111000101001110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968942; }

 p { color: rgb(150,137,66); }

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

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

 a { background-color: rgb(150,137,66); }

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

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

 span { border-color: rgb(150,137,66); }

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