#968746

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

Shades of Highball #968746

Tints of Highball #968746

Color information

#968746 (or 0x968746) is unknown color: approx Highball. HEX triplet: 96, 87 and 46. RGB value is (150,135,70). Sum of RGB (Red+Green+Blue) = 150+135+70=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #968746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968746 is #6978B9. Grayscale: #848484. Windows color (decimal): -6912186 or 4622230. OLE color: 4622230.

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

Color convert

RGB15013570-
CMYK00.10.530.41
HSL48.75º36.36%43.14%-
HSV(B)48.75º53.33%58.82%-
XYZ22.3524.259.3-
YUV132.0792.97140.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=42.25%
G=38.03%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501357000.10.530.4148.7536.3643.14
Hex9687460A352931242b
Octal2262071060126551614453
Binary1001011010000111100011001010110101101001110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968746; }

 p { color: rgb(150,135,70); }

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

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

 a { background-color: rgb(150,135,70); }

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

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

 span { border-color: rgb(150,135,70); }

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