#9B973C

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

Shades of Highball #9B973C

Tints of Highball #9B973C

Color information

#9B973C (or 0x9B973C) is unknown color: approx Highball. HEX triplet: 9B, 97 and 3C. RGB value is (155,151,60). Sum of RGB (Red+Green+Blue) = 155+151+60=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B973C is #6468C3. Grayscale: #8E8E8E. Windows color (decimal): -6580420 or 3970971. OLE color: 3970971.

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

Color convert

RGB15515160-
CMYK00.030.610.39
HSL57.47º44.19%42.16%-
HSV(B)57.47º61.29%60.78%-
XYZ25.429.438.62-
YUV141.8281.83137.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=42.35%
G=41.26%
B=16.39%

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
Decimal1551516000.030.610.3957.4744.1942.16
Hex9B973C033D27392c2a
Octal23322774037547715452
Binary1001101110010111111100011111101100111111001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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