#96803C

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

Shades of Highball #96803C

Tints of Highball #96803C

Color information

#96803C (or 0x96803C) is unknown color: approx Highball. HEX triplet: 96, 80 and 3C. RGB value is (150,128,60). Sum of RGB (Red+Green+Blue) = 150+128+60=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96803C is #697FC3. Grayscale: #7F7F7F. Windows color (decimal): -6913988 or 3965078. OLE color: 3965078.

HSL color Cylindrical-coordinate representation of color #96803C: hue angle of 45.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96803C is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB15012860-
CMYK00.150.60.41
HSL45.33º42.86%41.18%-
HSV(B)45.33º60%58.82%-
XYZ21.1122.257.46-
YUV126.8390.29144.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=44.38%
G=37.87%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501286000.150.60.4145.3342.8641.18
Hex96803C0F3C292d2b29
Octal226200740177451555351
Binary100101101000000011110001111111100101001101101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96803C; }

 p { color: rgb(150,128,60); }

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

<style>
 a { background-color: #96803C; }

 a { background-color: rgb(150,128,60); }

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

<style>
 span { border-color: #96803C; }

 span { border-color: rgb(150,128,60); }

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