#968D3B

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

Shades of Highball #968D3B

Tints of Highball #968D3B

Color information

#968D3B (or 0x968D3B) is unknown color: approx Highball. HEX triplet: 96, 8D and 3B. RGB value is (150,141,59). Sum of RGB (Red+Green+Blue) = 150+141+59=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D3B is #6972C4. Grayscale: #868686. Windows color (decimal): -6910661 or 3902870. OLE color: 3902870.

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

Color convert

RGB15014159-
CMYK00.060.610.41
HSL54.07º43.54%40.98%-
HSV(B)54.07º60.67%58.82%-
XYZ22.8925.857.92-
YUV134.3485.48139.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=42.86%
G=40.29%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501415900.060.610.4154.0743.5440.98
Hex968D3B063D29362c29
Octal22621573067551665451
Binary10010110100011011110110110111101101001110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D3B; }

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

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

<style>
 a { background-color: #968D3B; }

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

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

<style>
 span { border-color: #968D3B; }

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

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