#968C4F

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

Shades of Highball #968C4F

Tints of Highball #968C4F

Color information

#968C4F (or 0x968C4F) is unknown color: approx Highball. HEX triplet: 96, 8C and 4F. RGB value is (150,140,79). Sum of RGB (Red+Green+Blue) = 150+140+79=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C4F is #6973B0. Grayscale: #888888. Windows color (decimal): -6910897 or 5213334. OLE color: 5213334.

HSL color Cylindrical-coordinate representation of color #968C4F: hue angle of 51.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968C4F is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15014079-
CMYK00.070.470.41
HSL51.55º31%44.9%-
HSV(B)51.55º47.33%58.82%-
XYZ23.3725.811.15-
YUV136.0495.81137.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=40.65%
G=37.94%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501407900.070.470.4151.553144.9
Hex968C4F072F29341f2d
Octal226214117075751643755
Binary10010110100011001001111011110111110100111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C4F; }

 p { color: rgb(150,140,79); }

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

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

 a { background-color: rgb(150,140,79); }

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

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

 span { border-color: rgb(150,140,79); }

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