#96913C

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

Shades of Highball #96913C

Tints of Highball #96913C

Color information

#96913C (or 0x96913C) is unknown color: approx Highball. HEX triplet: 96, 91 and 3C. RGB value is (150,145,60). Sum of RGB (Red+Green+Blue) = 150+145+60=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96913C is #696EC3. Grayscale: #898989. Windows color (decimal): -6909636 or 3969430. OLE color: 3969430.

HSL color Cylindrical-coordinate representation of color #96913C: hue angle of 56.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96913C is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB15014560-
CMYK00.030.60.41
HSL56.67º42.86%41.18%-
HSV(B)56.67º60%58.82%-
XYZ23.5227.068.26-
YUV136.884.66137.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=42.25%
G=40.85%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501456000.030.60.4156.6742.8641.18
Hex96913C033C29392b29
Octal22622174037451715351
Binary1001011010010001111100011111100101001111001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96913C; }

 p { color: rgb(150,145,60); }

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

<style>
 a { background-color: #96913C; }

 a { background-color: rgb(150,145,60); }

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

<style>
 span { border-color: #96913C; }

 span { border-color: rgb(150,145,60); }

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