#9B9653

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

Shades of Highball #9B9653

Tints of Highball #9B9653

Color information

#9B9653 (or 0x9B9653) is unknown color: approx Highball. HEX triplet: 9B, 96 and 53. RGB value is (155,150,83). Sum of RGB (Red+Green+Blue) = 155+150+83=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9653 is #6469AC. Grayscale: #909090. Windows color (decimal): -6580653 or 5478043. OLE color: 5478043.

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

Color convert

RGB15515083-
CMYK00.030.460.39
HSL55.83º30.25%46.67%-
HSV(B)55.83º46.45%60.78%-
XYZ25.9929.4112.49-
YUV143.8693.66135.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=39.95%
G=38.66%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551508300.030.460.3955.8330.2546.67
Hex9B9653032E27381e2f
Octal233226123035647703657
Binary1001101110010110101001101110111010011111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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