#9B9638

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

Shades of Highball #9B9638

Tints of Highball #9B9638

Color information

#9B9638 (or 0x9B9638) is unknown color: approx Highball. HEX triplet: 9B, 96 and 38. RGB value is (155,150,56). Sum of RGB (Red+Green+Blue) = 155+150+56=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9638 is #6469C7. Grayscale: #8D8D8D. Windows color (decimal): -6580680 or 3708571. OLE color: 3708571.

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

Color convert

RGB15515056-
CMYK00.030.640.39
HSL56.97º46.92%41.37%-
HSV(B)56.97º63.87%60.78%-
XYZ25.1429.078.03-
YUV140.7880.16138.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=42.94%
G=41.55%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551505600.030.640.3956.9746.9241.37
Hex9B9638034027392f29
Octal233226700310047715751
Binary10011011100101101110000111000000100111111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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