#96893B

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

Shades of Highball #96893B

Tints of Highball #96893B

Color information

#96893B (or 0x96893B) is unknown color: approx Highball. HEX triplet: 96, 89 and 3B. RGB value is (150,137,59). Sum of RGB (Red+Green+Blue) = 150+137+59=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96893B is #6976C4. Grayscale: #848484. Windows color (decimal): -6911685 or 3901846. OLE color: 3901846.

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

Color convert

RGB15013759-
CMYK00.090.610.41
HSL51.43º43.54%40.98%-
HSV(B)51.43º60.67%58.82%-
XYZ22.3124.697.73-
YUV13286.81140.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=43.35%
G=39.60%
B=17.05%

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
Decimal1501375900.090.610.4151.4343.5440.98
Hex96893B093D29332c29
Octal226211730117551635451
Binary100101101000100111101101001111101101001110011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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