#9B962E

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

Shades of Highball #9B962E

Tints of Highball #9B962E

Color information

#9B962E (or 0x9B962E) is unknown color: approx Highball. HEX triplet: 9B, 96 and 2E. RGB value is (155,150,46). Sum of RGB (Red+Green+Blue) = 155+150+46=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B962E is #6469D1. Grayscale: #8C8C8C. Windows color (decimal): -6580690 or 3053211. OLE color: 3053211.

HSL color Cylindrical-coordinate representation of color #9B962E: hue angle of 57.25º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B962E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15515046-
CMYK00.030.700.39
HSL57.25º54.23%39.41%-
HSV(B)57.25º70.32%60.78%-
XYZ24.9228.986.86-
YUV139.6475.16138.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=44.16%
G=42.74%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551504600.030.700.3957.2554.2339.41
Hex9B962E034627393627
Octal233226560310647716647
Binary10011011100101101011100111000110100111111001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,46); }

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

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

 a { background-color: rgb(155,150,46); }

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

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

 span { border-color: rgb(155,150,46); }

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