#96893E

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

Shades of Highball #96893E

Tints of Highball #96893E

Color information

#96893E (or 0x96893E) is unknown color: approx Highball. HEX triplet: 96, 89 and 3E. RGB value is (150,137,62). Sum of RGB (Red+Green+Blue) = 150+137+62=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96893E is #6976C1. Grayscale: #848484. Windows color (decimal): -6911682 or 4098454. OLE color: 4098454.

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

Color convert

RGB15013762-
CMYK00.090.590.41
HSL51.14º41.51%41.57%-
HSV(B)51.14º58.67%58.82%-
XYZ22.3924.728.15-
YUV132.3488.31140.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=42.98%
G=39.26%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501376200.090.590.4151.1441.5141.57
Hex96893E093B29332a2a
Octal226211760117351635252
Binary100101101000100111111001001111011101001110011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96893E; }

 p { color: rgb(150,137,62); }

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

<style>
 a { background-color: #96893E; }

 a { background-color: rgb(150,137,62); }

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

<style>
 span { border-color: #96893E; }

 span { border-color: rgb(150,137,62); }

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