#96823A

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

Shades of Highball #96823A

Tints of Highball #96823A

Color information

#96823A (or 0x96823A) is unknown color: approx Highball. HEX triplet: 96, 82 and 3A. RGB value is (150,130,58). Sum of RGB (Red+Green+Blue) = 150+130+58=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96823A is #697DC5. Grayscale: #808080. Windows color (decimal): -6913478 or 3834518. OLE color: 3834518.

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

Color convert

RGB15013058-
CMYK00.130.610.41
HSL46.96º44.23%40.78%-
HSV(B)46.96º61.33%58.82%-
XYZ21.3222.757.27-
YUV127.7788.63143.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=44.38%
G=38.46%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501305800.130.610.4146.9644.2340.78
Hex96823A0D3D292f2c29
Octal226202720157551575451
Binary100101101000001011101001101111101101001101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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