#968342

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

Shades of Highball #968342

Tints of Highball #968342

Color information

#968342 (or 0x968342) is unknown color: approx Highball. HEX triplet: 96, 83 and 42. RGB value is (150,131,66). Sum of RGB (Red+Green+Blue) = 150+131+66=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968342 is #697CBD. Grayscale: #818181. Windows color (decimal): -6913214 or 4359062. OLE color: 4359062.

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

Color convert

RGB15013166-
CMYK00.130.560.41
HSL46.43º38.89%42.35%-
HSV(B)46.43º56%58.82%-
XYZ21.6823.118.47-
YUV129.2792.29142.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=43.23%
G=37.75%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501316600.130.560.4146.4338.8942.35
Hex9683420D38292e272a
Octal2262031020157051564752
Binary1001011010000011100001001101111000101001101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968342; }

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

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

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

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

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

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

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

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