#968443

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

Shades of Highball #968443

Tints of Highball #968443

Color information

#968443 (or 0x968443) is unknown color: approx Highball. HEX triplet: 96, 84 and 43. RGB value is (150,132,67). Sum of RGB (Red+Green+Blue) = 150+132+67=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968443 is #697BBC. Grayscale: #828282. Windows color (decimal): -6912957 or 4424854. OLE color: 4424854.

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

Color convert

RGB15013267-
CMYK00.120.550.41
HSL46.99º38.25%42.55%-
HSV(B)46.99º55.33%58.82%-
XYZ21.8423.398.67-
YUV129.9792.46142.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=42.98%
G=37.82%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501326700.120.550.4146.9938.2542.55
Hex9684430C37292f262b
Octal2262041030146751574653
Binary1001011010000100100001101100110111101001101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968443; }

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

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

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

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

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

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

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

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