#968743

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

Shades of Highball #968743

Tints of Highball #968743

Color information

#968743 (or 0x968743) is unknown color: approx Highball. HEX triplet: 96, 87 and 43. RGB value is (150,135,67). Sum of RGB (Red+Green+Blue) = 150+135+67=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #968743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968743 is #6978BC. Grayscale: #848484. Windows color (decimal): -6912189 or 4425622. OLE color: 4425622.

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

Color convert

RGB15013567-
CMYK00.10.550.41
HSL49.16º38.25%42.55%-
HSV(B)49.16º55.33%58.82%-
XYZ22.2524.228.81-
YUV131.7391.47141.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=42.61%
G=38.35%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501356700.10.550.4149.1638.2542.55
Hex9687430A372931262b
Octal2262071030126751614653
Binary1001011010000111100001101010110111101001110001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968743; }

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

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

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

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

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

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

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

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