#9B953E

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

Shades of Highball #9B953E

Tints of Highball #9B953E

Color information

#9B953E (or 0x9B953E) is unknown color: approx Highball. HEX triplet: 9B, 95 and 3E. RGB value is (155,149,62). Sum of RGB (Red+Green+Blue) = 155+149+62=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B953E is #646AC1. Grayscale: #8D8D8D. Windows color (decimal): -6580930 or 4101531. OLE color: 4101531.

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

Color convert

RGB15514962-
CMYK00.040.60.39
HSL56.13º42.86%42.55%-
HSV(B)56.13º60%60.78%-
XYZ25.1328.818.79-
YUV140.8883.49138.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=42.35%
G=40.71%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551496200.040.60.3956.1342.8642.55
Hex9B953E043C27382b2b
Octal23322576047447705353
Binary10011011100101011111100100111100100111111000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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