#968F2E

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

Shades of Highball #968F2E

Tints of Highball #968F2E

Color information

#968F2E (or 0x968F2E) is unknown color: approx Highball. HEX triplet: 96, 8F and 2E. RGB value is (150,143,46). Sum of RGB (Red+Green+Blue) = 150+143+46=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F2E is #6970D1. Grayscale: #868686. Windows color (decimal): -6910162 or 3051414. OLE color: 3051414.

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

Color convert

RGB15014346-
CMYK00.050.690.41
HSL55.96º53.06%38.43%-
HSV(B)55.96º69.33%58.82%-
XYZ22.8926.336.46-
YUV134.0478.32139.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=44.25%
G=42.18%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501434600.050.690.4155.9653.0638.43
Hex968F2E054529383526
Octal226217560510551706546
Binary100101101000111110111001011000101101001111000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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