#96913F

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

Shades of Highball #96913F

Tints of Highball #96913F

Color information

#96913F (or 0x96913F) is unknown color: approx Highball. HEX triplet: 96, 91 and 3F. RGB value is (150,145,63). Sum of RGB (Red+Green+Blue) = 150+145+63=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96913F is #696EC0. Grayscale: #898989. Windows color (decimal): -6909633 or 4166038. OLE color: 4166038.

HSL color Cylindrical-coordinate representation of color #96913F: hue angle of 56.55º 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 #96913F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15014563-
CMYK00.030.580.41
HSL56.55º40.85%41.76%-
HSV(B)56.55º58%58.82%-
XYZ23.627.098.69-
YUV137.1586.16137.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 63 (25% from 255) = 17.60%
R=41.90%
G=40.50%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501456300.030.580.4156.5540.8541.76
Hex96913F033A2939292a
Octal22622177037251715152
Binary1001011010010001111111011111010101001111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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