#96873B

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

Shades of Highball #96873B

Tints of Highball #96873B

Color information

#96873B (or 0x96873B) is unknown color: approx Highball. HEX triplet: 96, 87 and 3B. RGB value is (150,135,59). Sum of RGB (Red+Green+Blue) = 150+135+59=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96873B is #6978C4. Grayscale: #838383. Windows color (decimal): -6912197 or 3901334. OLE color: 3901334.

HSL color Cylindrical-coordinate representation of color #96873B: hue angle of 50.11º 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 #96873B is Cyan = 0, Magento = 0.1, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15013559-
CMYK00.10.610.41
HSL50.11º43.54%40.98%-
HSV(B)50.11º60.67%58.82%-
XYZ22.0324.137.63-
YUV130.8287.47141.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=43.60%
G=39.24%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501355900.10.610.4150.1143.5440.98
Hex96873B0A3D29322c29
Octal226207730127551625451
Binary100101101000011111101101010111101101001110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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