#96803B

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

Shades of Highball #96803B

Tints of Highball #96803B

Color information

#96803B (or 0x96803B) is unknown color: approx Highball. HEX triplet: 96, 80 and 3B. RGB value is (150,128,59). Sum of RGB (Red+Green+Blue) = 150+128+59=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96803B is #697FC4. Grayscale: #7F7F7F. Windows color (decimal): -6913989 or 3899542. OLE color: 3899542.

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

Color convert

RGB15012859-
CMYK00.150.610.41
HSL45.49º43.54%40.98%-
HSV(B)45.49º60.67%58.82%-
XYZ21.0922.247.32-
YUV126.7189.79144.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=44.51%
G=37.98%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501285900.150.610.4145.4943.5440.98
Hex96803B0F3D292d2c29
Octal226200730177551555451
Binary100101101000000011101101111111101101001101101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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