#968442

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

Shades of Highball #968442

Tints of Highball #968442

Color information

#968442 (or 0x968442) is unknown color: approx Highball. HEX triplet: 96, 84 and 42. RGB value is (150,132,66). Sum of RGB (Red+Green+Blue) = 150+132+66=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #968442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968442 is #697BBD. Grayscale: #828282. Windows color (decimal): -6912958 or 4359318. OLE color: 4359318.

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

Color convert

RGB15013266-
CMYK00.120.560.41
HSL47.14º38.89%42.35%-
HSV(B)47.14º56%58.82%-
XYZ21.8123.388.52-
YUV129.8691.96142.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=43.10%
G=37.93%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501326600.120.560.4147.1438.8942.35
Hex9684420C38292f272a
Octal2262041020147051574752
Binary1001011010000100100001001100111000101001101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968442; }

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

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

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

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

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

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

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

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