#96883F

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

Shades of Highball #96883F

Tints of Highball #96883F

Color information

#96883F (or 0x96883F) is unknown color: approx Highball. HEX triplet: 96, 88 and 3F. RGB value is (150,136,63). Sum of RGB (Red+Green+Blue) = 150+136+63=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96883F is #6977C0. Grayscale: #848484. Windows color (decimal): -6911937 or 4163734. OLE color: 4163734.

HSL color Cylindrical-coordinate representation of color #96883F: hue angle of 50.34º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96883F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15013663-
CMYK00.090.580.41
HSL50.34º40.85%41.76%-
HSV(B)50.34º58%58.82%-
XYZ22.2824.458.25-
YUV131.8689.14140.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 63 (25% from 255) = 18.05%
R=42.98%
G=38.97%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501366300.090.580.4150.3440.8541.76
Hex96883F093A2932292a
Octal226210770117251625152
Binary100101101000100011111101001111010101001110010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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