#9C9753

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

Shades of Highball #9C9753

Tints of Highball #9C9753

Color information

#9C9753 (or 0x9C9753) is unknown color: approx Highball. HEX triplet: 9C, 97 and 53. RGB value is (156,151,83). Sum of RGB (Red+Green+Blue) = 156+151+83=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9753 is #6368AC. Grayscale: #919191. Windows color (decimal): -6514861 or 5478300. OLE color: 5478300.

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

Color convert

RGB15615183-
CMYK00.030.470.39
HSL55.89º30.54%46.86%-
HSV(B)55.89º46.79%61.18%-
XYZ26.3429.8312.55-
YUV144.7493.16136.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=40%
G=38.72%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561518300.030.470.3955.8930.5446.86
Hex9C9753032F27381f2f
Octal234227123035747703757
Binary1001110010010111101001101110111110011111100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,83); }

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

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

 a { background-color: rgb(156,151,83); }

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

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

 span { border-color: rgb(156,151,83); }

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