#9C953D

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

Shades of Highball #9C953D

Tints of Highball #9C953D

Color information

#9C953D (or 0x9C953D) is unknown color: approx Highball. HEX triplet: 9C, 95 and 3D. RGB value is (156,149,61). Sum of RGB (Red+Green+Blue) = 156+149+61=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C953D is #636AC2. Grayscale: #8D8D8D. Windows color (decimal): -6515395 or 4035996. OLE color: 4035996.

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

Color convert

RGB15614961-
CMYK00.040.610.39
HSL55.58º43.78%42.55%-
HSV(B)55.58º60.9%61.18%-
XYZ25.328.98.66-
YUV141.0682.82138.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=42.62%
G=40.71%
B=16.67%

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
Decimal1561496100.040.610.3955.5843.7842.55
Hex9C953D043D27382c2b
Octal23422575047547705453
Binary10011100100101011111010100111101100111111000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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