#96853A

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

Shades of Highball #96853A

Tints of Highball #96853A

Color information

#96853A (or 0x96853A) is unknown color: approx Highball. HEX triplet: 96, 85 and 3A. RGB value is (150,133,58). Sum of RGB (Red+Green+Blue) = 150+133+58=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96853A is #697AC5. Grayscale: #818181. Windows color (decimal): -6912710 or 3835286. OLE color: 3835286.

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

Color convert

RGB15013358-
CMYK00.110.610.41
HSL48.91º44.23%40.78%-
HSV(B)48.91º61.33%58.82%-
XYZ21.7323.567.41-
YUV129.5387.63142.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=43.99%
G=39.00%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501335800.110.610.4148.9144.2340.78
Hex96853A0B3D29312c29
Octal226205720137551615451
Binary100101101000010111101001011111101101001110001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96853A; }

 p { color: rgb(150,133,58); }

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

<style>
 a { background-color: #96853A; }

 a { background-color: rgb(150,133,58); }

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

<style>
 span { border-color: #96853A; }

 span { border-color: rgb(150,133,58); }

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