#9B973D

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

Shades of Highball #9B973D

Tints of Highball #9B973D

Color information

#9B973D (or 0x9B973D) is unknown color: approx Highball. HEX triplet: 9B, 97 and 3D. RGB value is (155,151,61). Sum of RGB (Red+Green+Blue) = 155+151+61=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B973D is #6468C2. Grayscale: #8E8E8E. Windows color (decimal): -6580419 or 4036507. OLE color: 4036507.

HSL color Cylindrical-coordinate representation of color #9B973D: hue angle of 57.45º 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 #9B973D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB15515161-
CMYK00.030.610.39
HSL57.45º43.52%42.35%-
HSV(B)57.45º60.65%60.78%-
XYZ25.4329.448.76-
YUV141.9482.33137.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=42.23%
G=41.14%
B=16.62%

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
Decimal1551516100.030.610.3957.4543.5242.35
Hex9B973D033D27392c2a
Octal23322775037547715452
Binary1001101110010111111101011111101100111111001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,61); }

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

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

 a { background-color: rgb(155,151,61); }

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

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

 span { border-color: rgb(155,151,61); }

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