#968447

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

Shades of Highball #968447

Tints of Highball #968447

Color information

#968447 (or 0x968447) is unknown color: approx Highball. HEX triplet: 96, 84 and 47. RGB value is (150,132,71). Sum of RGB (Red+Green+Blue) = 150+132+71=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968447 is #697BB8. Grayscale: #828282. Windows color (decimal): -6912953 or 4686998. OLE color: 4686998.

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

Color convert

RGB15013271-
CMYK00.120.530.41
HSL46.33º35.75%43.33%-
HSV(B)46.33º52.67%58.82%-
XYZ21.9723.449.33-
YUV130.4394.46141.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=42.49%
G=37.39%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501327100.120.530.4146.3335.7543.33
Hex9684470C35292e242b
Octal2262041070146551564453
Binary1001011010000100100011101100110101101001101110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968447; }

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

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

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

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

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

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

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

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