#9B863E

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

Shades of Highball #9B863E

Tints of Highball #9B863E

Color information

#9B863E (or 0x9B863E) is unknown color: approx Highball. HEX triplet: 9B, 86 and 3E. RGB value is (155,134,62). Sum of RGB (Red+Green+Blue) = 155+134+62=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B863E is #6479C1. Grayscale: #848484. Windows color (decimal): -6584770 or 4097691. OLE color: 4097691.

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

Color convert

RGB15513462-
CMYK00.140.60.39
HSL46.45º42.86%42.55%-
HSV(B)46.45º60%60.78%-
XYZ22.9124.378.05-
YUV132.0788.46144.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=44.16%
G=38.18%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551346200.140.60.3946.4542.8642.55
Hex9B863E0E3C272e2b2b
Octal233206760167447565353
Binary100110111000011011111001110111100100111101110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,134,62); }

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

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

 a { background-color: rgb(155,134,62); }

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

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

 span { border-color: rgb(155,134,62); }

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