#9C9331

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

Shades of Highball #9C9331

Tints of Highball #9C9331

Color information

#9C9331 (or 0x9C9331) is unknown color: approx Highball. HEX triplet: 9C, 93 and 31. RGB value is (156,147,49). Sum of RGB (Red+Green+Blue) = 156+147+49=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9331 is #636CCE. Grayscale: #8A8A8A. Windows color (decimal): -6515919 or 3249052. OLE color: 3249052.

HSL color Cylindrical-coordinate representation of color #9C9331: hue angle of 54.95º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C9331 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15614749-
CMYK00.060.690.39
HSL54.95º52.2%40.2%-
HSV(B)54.95º68.59%61.18%-
XYZ24.728.167.04-
YUV138.5277.48140.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=44.32%
G=41.76%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561474900.060.690.3954.9552.240.2
Hex9C9331064527373428
Octal234223610610547676450
Binary100111001001001111000101101000101100111110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,49); }

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

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

 a { background-color: rgb(156,147,49); }

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

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

 span { border-color: rgb(156,147,49); }

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