#9B964E

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

Shades of Highball #9B964E

Tints of Highball #9B964E

Color information

#9B964E (or 0x9B964E) is unknown color: approx Highball. HEX triplet: 9B, 96 and 4E. RGB value is (155,150,78). Sum of RGB (Red+Green+Blue) = 155+150+78=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B964E is #6469B1. Grayscale: #8F8F8F. Windows color (decimal): -6580658 or 5150363. OLE color: 5150363.

HSL color Cylindrical-coordinate representation of color #9B964E: hue angle of 56.1º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B964E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15515078-
CMYK00.030.500.39
HSL56.1º33.05%45.69%-
HSV(B)56.1º49.68%60.78%-
XYZ25.829.3311.51-
YUV143.2991.16136.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=40.47%
G=39.16%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551507800.030.500.3956.133.0545.69
Hex9B964E03322738212e
Octal233226116036247704156
Binary10011011100101101001110011110010100111111000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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