#968747

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

Shades of Highball #968747

Tints of Highball #968747

Color information

#968747 (or 0x968747) is unknown color: approx Highball. HEX triplet: 96, 87 and 47. RGB value is (150,135,71). Sum of RGB (Red+Green+Blue) = 150+135+71=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #968747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968747 is #6978B8. Grayscale: #848484. Windows color (decimal): -6912185 or 4687766. OLE color: 4687766.

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

Color convert

RGB15013571-
CMYK00.10.530.41
HSL48.61º35.75%43.33%-
HSV(B)48.61º52.67%58.82%-
XYZ22.3824.279.47-
YUV132.1993.47140.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=42.13%
G=37.92%
B=19.94%

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
Decimal1501357100.10.530.4148.6135.7543.33
Hex9687470A352931242b
Octal2262071070126551614453
Binary1001011010000111100011101010110101101001110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968747; }

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

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

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

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

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

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

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

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