#9B963C

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

Shades of Highball #9B963C

Tints of Highball #9B963C

Color information

#9B963C (or 0x9B963C) is unknown color: approx Highball. HEX triplet: 9B, 96 and 3C. RGB value is (155,150,60). Sum of RGB (Red+Green+Blue) = 155+150+60=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B963C is #6469C3. Grayscale: #8D8D8D. Windows color (decimal): -6580676 or 3970715. OLE color: 3970715.

HSL color Cylindrical-coordinate representation of color #9B963C: hue angle of 56.84º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B963C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB15515060-
CMYK00.030.610.39
HSL56.84º44.19%42.16%-
HSV(B)56.84º61.29%60.78%-
XYZ25.2429.118.56-
YUV141.2382.16137.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=42.47%
G=41.10%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551506000.030.610.3956.8444.1942.16
Hex9B963C033D27392c2a
Octal23322674037547715452
Binary1001101110010110111100011111101100111111001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B963C; }

 p { color: rgb(155,150,60); }

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

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

 a { background-color: rgb(155,150,60); }

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

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

 span { border-color: rgb(155,150,60); }

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