#96883B

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

Shades of Highball #96883B

Tints of Highball #96883B

Color information

#96883B (or 0x96883B) is unknown color: approx Highball. HEX triplet: 96, 88 and 3B. RGB value is (150,136,59). Sum of RGB (Red+Green+Blue) = 150+136+59=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96883B is #6977C4. Grayscale: #838383. Windows color (decimal): -6911941 or 3901590. OLE color: 3901590.

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

Color convert

RGB15013659-
CMYK00.090.610.41
HSL50.77º43.54%40.98%-
HSV(B)50.77º60.67%58.82%-
XYZ22.1724.417.68-
YUV131.4187.14141.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=43.48%
G=39.42%
B=17.10%

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
Decimal1501365900.090.610.4150.7743.5440.98
Hex96883B093D29332c29
Octal226210730117551635451
Binary100101101000100011101101001111101101001110011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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