#96883A

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

Shades of Highball #96883A

Tints of Highball #96883A

Color information

#96883A (or 0x96883A) is unknown color: approx Highball. HEX triplet: 96, 88 and 3A. RGB value is (150,136,58). Sum of RGB (Red+Green+Blue) = 150+136+58=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96883A is #6977C5. Grayscale: #838383. Windows color (decimal): -6911942 or 3836054. OLE color: 3836054.

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

Color convert

RGB15013658-
CMYK00.090.610.41
HSL50.87º44.23%40.78%-
HSV(B)50.87º61.33%58.82%-
XYZ22.1524.47.55-
YUV131.2986.64141.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=43.60%
G=39.53%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501365800.090.610.4150.8744.2340.78
Hex96883A093D29332c29
Octal226210720117551635451
Binary100101101000100011101001001111101101001110011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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