#96942E

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

Shades of Highball #96942E

Tints of Highball #96942E

Color information

#96942E (or 0x96942E) is unknown color: approx Highball. HEX triplet: 96, 94 and 2E. RGB value is (150,148,46). Sum of RGB (Red+Green+Blue) = 150+148+46=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96942E is #696BD1. Grayscale: #898989. Windows color (decimal): -6908882 or 3052694. OLE color: 3052694.

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

Color convert

RGB15014846-
CMYK00.010.690.41
HSL58.85º53.06%38.43%-
HSV(B)58.85º69.33%58.82%-
XYZ23.6627.866.72-
YUV136.9776.66137.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 46 (18.36% from 255) = 13.37%
R=43.60%
G=43.02%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501484600.010.690.4158.8553.0638.43
Hex96942E0145293b3526
Octal226224560110551736546
Binary1001011010010100101110011000101101001111011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,148,46); }

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

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

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

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

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

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

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