#9C963D

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

Shades of Highball #9C963D

Tints of Highball #9C963D

Color information

#9C963D (or 0x9C963D) is unknown color: approx Highball. HEX triplet: 9C, 96 and 3D. RGB value is (156,150,61). Sum of RGB (Red+Green+Blue) = 156+150+61=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C963D is #6369C2. Grayscale: #8E8E8E. Windows color (decimal): -6515139 or 4036252. OLE color: 4036252.

HSL color Cylindrical-coordinate representation of color #9C963D: hue angle of 56.21º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C963D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB15615061-
CMYK00.040.610.39
HSL56.21º43.78%42.55%-
HSV(B)56.21º60.9%61.18%-
XYZ25.4629.228.71-
YUV141.6582.49138.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=42.51%
G=40.87%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561506100.040.610.3956.2143.7842.55
Hex9C963D043D27382c2b
Octal23422675047547705453
Binary10011100100101101111010100111101100111111000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,61); }

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

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

 a { background-color: rgb(156,150,61); }

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

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

 span { border-color: rgb(156,150,61); }

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