#96823B

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

Shades of Highball #96823B

Tints of Highball #96823B

Color information

#96823B (or 0x96823B) is unknown color: approx Highball. HEX triplet: 96, 82 and 3B. RGB value is (150,130,59). Sum of RGB (Red+Green+Blue) = 150+130+59=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96823B is #697DC4. Grayscale: #808080. Windows color (decimal): -6913477 or 3900054. OLE color: 3900054.

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

Color convert

RGB15013059-
CMYK00.130.610.41
HSL46.81º43.54%40.98%-
HSV(B)46.81º60.67%58.82%-
XYZ21.3522.777.41-
YUV127.8989.13143.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=44.25%
G=38.35%
B=17.40%

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
Decimal1501305900.130.610.4146.8143.5440.98
Hex96823B0D3D292f2c29
Octal226202730157551575451
Binary100101101000001011101101101111101101001101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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