#9B9355

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

Shades of Highball #9B9355

Tints of Highball #9B9355

Color information

#9B9355 (or 0x9B9355) is unknown color: approx Highball. HEX triplet: 9B, 93 and 55. RGB value is (155,147,85). Sum of RGB (Red+Green+Blue) = 155+147+85=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9355 is #646CAA. Grayscale: #8E8E8E. Windows color (decimal): -6581419 or 5608347. OLE color: 5608347.

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

Color convert

RGB15514785-
CMYK00.050.450.39
HSL53.14º29.17%47.06%-
HSV(B)53.14º45.16%60.78%-
XYZ25.5928.4912.75-
YUV142.3295.65137.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=40.05%
G=37.98%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551478500.050.450.3953.1429.1747.06
Hex9B9355052D27351d2f
Octal233223125055547653557
Binary10011011100100111010101010110110110011111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,85); }

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

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

 a { background-color: rgb(155,147,85); }

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

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

 span { border-color: rgb(155,147,85); }

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