#96963A

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

Shades of Highball #96963A

Tints of Highball #96963A

Color information

#96963A (or 0x96963A) is unknown color: approx Highball. HEX triplet: 96, 96 and 3A. RGB value is (150,150,58). Sum of RGB (Red+Green+Blue) = 150+150+58=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96963A is #6969C5. Grayscale: #8B8B8B. Windows color (decimal): -6908358 or 3839638. OLE color: 3839638.

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

Color convert

RGB15015058-
CMYK000.610.41
HSL60º44.23%40.78%-
HSV(B)60º61.33%58.82%-
XYZ24.2528.68.25-
YUV139.5182135.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=41.90%
G=41.90%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015058000.610.416044.2340.78
Hex96963A003D293c2c29
Octal22622672007551745451
Binary100101101001011011101000111101101001111100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96963A; }

 p { color: rgb(150,150,58); }

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

<style>
 a { background-color: #96963A; }

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

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

<style>
 span { border-color: #96963A; }

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

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